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
Preliminary tests with positive rates (fast-forwarding) are promising. But in order for it to work we need to add the pitch filter (or any other filter that handles rate changes) to the audio graph of media objects. Negative rates are more problematic though. They didn't work as expected probably due to the overhead imposed on the decoder. Maybe we could use buffer queues (or uridecodebin buffering) to alleviate the decoder's overhead.
The text was updated successfully, but these errors were encountered:
Preliminary tests with positive rates (fast-forwarding) are promising. But in order for it to work we need to add the pitch filter (or any other filter that handles rate changes) to the audio graph of media objects. Negative rates are more problematic though. They didn't work as expected probably due to the overhead imposed on the decoder. Maybe we could use buffer queues (or uridecodebin buffering) to alleviate the decoder's overhead.
The text was updated successfully, but these errors were encountered: