-
Notifications
You must be signed in to change notification settings - Fork 1k
Test sound button should play sound on press event, not only on change volume event (was: Fails to play the test sound) #3735
Comments
This button not play sound. It's enable sound on volume changing. Can you try again? |
I see, yes it does play sound on volume change. However, this is not an intuitive feature, it will cause confusion. I think pressing the button also should play the sound once, in addition to how it plays it on volume change. |
@AliceGrey @Diadlo How about writing a
Fine with that? 😇 |
@antis81 Would something like this be a better solution? void AVForm::playTestSound(int value) void AVForm::on_playbackSlider_valueChanged(int value) void AVForm::on_btnPlayTestSound_clicked(bool checked) |
Yes. Just don't set the output volume in |
When I press this button nothing happens.
From the code it appears that this file is supposed to play for the test sound: audio/notification.pcm
qTox-1.5.1
openal-soft-1.16.0_4 - configured to use OSS
FreeBSD 10.3
The text was updated successfully, but these errors were encountered: