[vlc-commits] wasapi: first stab of audio output using the Windows	Audio Session API
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon May 14 22:37:11 CEST 2012
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 14 23:31:22 2012 +0300| [1c4ea06259f7289916225b151aef69089829913b] | committer: Rémi Denis-Courmont
wasapi: first stab of audio output using the Windows Audio Session API
This is _very_ incomplete and buggy:
 - no time synchronization,
 - no sample format, sample rate and channels mask negotiation,
 - no channels reordering,
 - no S/PDIF and HDMI pass-through,
 - no volume control,
 - no device selection,
 - no fail-over to another device when needed,
 - leaking COM thread data at exit (missing dedicated thread),
 - incomplete build system integration.
But it compiles (with mingw-w64) and outputs working audio.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c4ea06259f7289916225b151aef69089829913b
---
 modules/audio_output/Modules.am |    6 +
 modules/audio_output/wasapi.c   |  347 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 353 insertions(+), 0 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1c4ea06259f7289916225b151aef69089829913b
    
    
More information about the vlc-commits
mailing list