defold-fmod
defold-fmod copied to clipboard
Possible to set audio name on Linux for Pulse?
I don't think I saw anything like that in the API. But if it is, chances are it's already exposed.
It is possible by passing the name as extradriverdata
to System::Init()
after validating that PulseAudio will be used with System::getOutput()
.
This is not currently implemented, so it's a good candidate for a PR.
For reference:
https://fmod.com/resources/documentation-api?version=2.1&page=core-api-system.html#system_getoutput
https://fmod.com/resources/documentation-api?version=2.1&page=core-api-system.html#fmod_outputtype