How do I enable WASAPI? I used libvlc_audio_output_list_get to see all the available audio outputs and it showed:
waveout
aout_file
aout_directx
amem
adummy
I'm using vlc 2.1 on Windows 8
I really don't understand...You can't. Only VLC 2.1.0 and later support WASAPI.
Code: Select all
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [GUI Video] Audio output: adummy - Dummy audio output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [GUI Video] Audio output: afile - File audio output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [GUI Video] Audio output: amem - Audio memory output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [GUI Video] Audio output: directsound - DirectX audio output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [GUI Video] Audio output: mmdevice - Windows Multimedia Device output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [GUI Video] Audio output: waveout - WaveOut audio output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [MediaPlayer] Creating media player with instance 0x3f72950
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [VLC] creating audio output
2019-03-12, 15:25:21.350600: <debug> (0x000008d8) [VLC] looking for audio output module matching "any": 6 candidates
2019-03-12, 15:25:21.350600: <error> (0x000008d8) [VLC] cannot initialize COM (error 0x80010106)
2019-03-12, 15:25:21.368600: <debug> (0x000008d8) [VLC] found 2 devices
2019-03-12, 15:25:21.368600: <debug> (0x000008d8) [VLC] using audio output module "directsound"
2019-03-12, 15:25:21.368600: <debug> (0x000008d8) [VLC] keeping audio output
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Media player is created 0x400fc90
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Getting event manager.
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking events 0x400fd48
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking event 262
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking event 260
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking event 265
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking event 266
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking event 258
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Hooking event 261
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [MediaPlayer] Saving media player.
2019-03-12, 15:25:21.369600: <info> (0x000008d8) [GUI Video] Setting audio output to Windows Multimedia Device.
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [VLC] removing module "directsound"
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [VLC] creating audio output
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [VLC] looking for audio output module matching "mmdevice,none": 6 candidates
2019-03-12, 15:25:21.369600: <error> (0x000008d8) [VLC] cannot initialize COM (error 0x80010106)
2019-03-12, 15:25:21.369600: <debug> (0x000008d8) [VLC] no audio output modules matched
2019-03-12, 15:25:21.369600: <error> (0x000008d8) [VLC] no suitable audio output module
Return to “Development around libVLC”
Users browsing this forum: No registered users and 7 guests