defold-fmod icon indicating copy to clipboard operation
defold-fmod copied to clipboard

Possible to set audio name on Linux for Pulse?

Open subsoap opened this issue 5 years ago • 2 comments

2019-03-20 15_49_38-messages_ unread

subsoap avatar Mar 20 '19 23:03 subsoap

I don't think I saw anything like that in the API. But if it is, chances are it's already exposed.

dapetcu21 avatar Aug 21 '19 08:08 dapetcu21

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

dapetcu21 avatar Nov 17 '20 12:11 dapetcu21