• Rémi Denis-Courmont's avatar
    wasapi: first stab of audio output using the Windows Audio Session API · 1c4ea062
    Rémi Denis-Courmont authored
    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.
    1c4ea062
Modules.am 2.05 KB