Skip to content
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

lib/lp-media.c: Add rate parameter to lp_media_seek. #8

Open
rodrimc opened this issue Jun 20, 2016 · 0 comments
Open

lib/lp-media.c: Add rate parameter to lp_media_seek. #8

rodrimc opened this issue Jun 20, 2016 · 0 comments

Comments

@rodrimc
Copy link
Member

rodrimc commented Jun 20, 2016

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.

@rodrimc rodrimc changed the title ib/lp-media.c: Add rate parameter to lp_media_seek. lib/lp-media.c: Add rate parameter to lp_media_seek. Jun 20, 2016
@gflima gflima added the priority label Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants