You've already forked libopenshot-audio
mirror of
https://github.com/OpenShot/libopenshot-audio.git
synced 2026-03-02 08:54:01 -08:00
Since the test app is built as a MinGW console app, it won't detect any Windows audio devices. But it will still try, and JUCE normally makes them the default device type. To avoid this, we subclass the AudioDeviceManager class and override its createAudioDeviceTypes method.