Closed zeozeozeo closed 1 year ago
This adds a cpal backend settings type which has a device field. If it is Some, then the specified output audio device will be used. Otherwise the default device is used (https://github.com/tesselode/kira/issues/63).
device
Wait, kira will change it to the default device if the device is different while playback, need to fix that
Looks great, thank you!
doesn't seem to compile on wasm ðŸ˜
This adds a cpal backend settings type which has a
device
field. If it is Some, then the specified output audio device will be used. Otherwise the default device is used (https://github.com/tesselode/kira/issues/63).