You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On several occasions while testing, I experienced a state where I could not hear any audio through the app, though I could see that audio was being generated on the server and that the various PATCH and POST requests to the streams/ endpoint were being acted upon on the server.
I can get this to happen by entering the speak view and then going back to listen. There may be other ways to force this odd state, but this one seems to work and is obviously a common use-case.
The text was updated successfully, but these errors were encountered:
It is possible if we move the place where the media player is instantiated to the Listen view per #56, this will be fixed or at least changed as well.
Unfortunately, I have done a lot more testing and the results are inconsistent. Sometimes this muted state happens and other times it does not and I can't figure out what causes the difference. The times when no audio is heard, the "Loading Stream" spinner doesn't appear, which I guess is not surprising.
Sometimes, if I re-select the Exhibition, and then try to play again, it will start playing again, but this too isn't consistent.
We should probably wait until #56 is fixed to see if that has any effect on this and then see if some consistencies can be uncovered.
On several occasions while testing, I experienced a state where I could not hear any audio through the app, though I could see that audio was being generated on the server and that the various PATCH and POST requests to the
streams/
endpoint were being acted upon on the server.I can get this to happen by entering the speak view and then going back to listen. There may be other ways to force this odd state, but this one seems to work and is obviously a common use-case.
The text was updated successfully, but these errors were encountered: