-
Notifications
You must be signed in to change notification settings - Fork 169
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
Introduce media file tab for controlling playback #2410
Conversation
5f1b6f8
to
33c4d2d
Compare
7622674
to
b7529b3
Compare
@CoBC can you take a look and see if there's still many obvious bugs? |
The volume slider seams to have no effect, when I change his value, it just returns to 1000 |
@CoBC were you using SpeexDSP when volume had no effect? I've changed volume slider to be disabled if AGC is not enabled in SpeexDSP. I've also changed the media playback off slider to range from 0-10000 so one can set it more precisely. The best solution would be to change its range depending on the length of the media file. |
I use TeamTalk Audio preprocessor. Volume slider still seams to have no effect :(, and the "elapsed" slider don't refresh his value, so, when I click on "Play" button, "Elapsed" slider just became active but with a value of 0 |
If you use the Stream Media file dialog isn't it the same issue with the "Elapsed" slider? |
Yes, same issue
|
@CoBC do the labels have to changed in the same as a "user information dialog" in order to be readable for screen readers? |
Yes :)
|
Set C++17 for QtTeamTalk using Qt 5 to allow std::optional.
e103e62
to
9bff74d
Compare
No description provided.