-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selectabled audio devices #116
Comments
It is a limitation of QMultimedia and the pulse back-end. If somebody has a solution they can post it here. |
The QAudioOutput also allows to be constructed with a given QAudioDeviceInfo as target, see: https://doc.qt.io/qt-5/qaudiooutput.html and https://doc.qt.io/qt-5/qaudiodeviceinfo.html. -> So you could maybe alternatively query the available devices and save an own default device in welle.io's preferences. Then the magically created stream name is irrelevant. Would this be possible, please? I think it's quite common to for example point welle.io's sound to a headphone, instead of the default notebook device (which is the builtin speaker). |
Thanks for pointing this out! It is worth to try it. If somebody can send a pull request this would be great! |
I looked into it. It is not as easy.
BTW: The missing API for setting the pulse name is documented here: https://bugreports.qt.io/browse/QTBUG-32842 |
We should take a look into the new Qt6 multimedia classes. |
Yes, that would be a wonderful christmas present ;-) |
On Debian linux whenever welle.io is started it creates a new pulse audio channel which means it always uses default settings. It also does the same when moving or resizing the window.
It seems to be setting to defaults when audio channel is opened.
The text was updated successfully, but these errors were encountered: