https://bugs.kde.org/show_bug.cgi?id=510820

Jean-Baptiste Mardelle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Jean-Baptiste Mardelle <[email protected]> ---
Thanks for your report. Indeed, MLT does currently not really allow selecting a
device. This is probably not that hard to do, we would need a helper function
returning a list of found devices that can be displayed in the app, then
replace  the calls to sdl2_open_audio(&request, &got) with
SDL_OpenAudioDevice(device_name, 0, &request, &got, 0)

https://github.com/mltframework/mlt/blob/master/src/modules/sdl2/consumer_sdl2_audio.c

Will see if I can find time to test this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to