[vlc-devel] [PATCH 0/3] qtsound: added audio capture functionality for MAC OS X take 6
Michael Feurstein
michael.feurstein at gmail.com
Sun Oct 30 22:27:45 CET 2011
Resubmission of patch for qtsound module including fifth code review and input.
Changes:
- freeing rawAudioData otherwise memory is just piling up
- some error messages
Description of patch:
This is a first attempt in integrating audio capture functionality into VLC for MAC OS X.
The patch has been tested with Built-in Microphone, Built-in Input and Griffin iMic USB audio system.
This feature can currently only be run seperately. A multiplexed solution with video is not ready yet. Development is still needed here.
Michael Feurstein (3):
qtsound: added audio capture functionality for MAC OS X
qtsound: UI integration of audio capture functionality for MAC OS X
qtsound: updated news and list entry
AUTHORS | 2 +
NEWS | 1 +
configure.ac | 17 +-
.../macosx/Resources/English.lproj/Open.xib | 2238 ++++++++++++++++++--
modules/LIST | 3 +-
modules/access/Modules.am | 18 +-
modules/access/qtsound.m | 606 ++++++
modules/gui/macosx/open.h | 10 +
modules/gui/macosx/open.m | 65 +-
9 files changed, 2742 insertions(+), 218 deletions(-)
create mode 100644 modules/access/qtsound.m
--
1.7.4.1
More information about the vlc-devel
mailing list