Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

tutorial7 - synchronize_audio #14

Open
ghost opened this issue Aug 20, 2013 · 0 comments
Open

tutorial7 - synchronize_audio #14

ghost opened this issue Aug 20, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 20, 2013

I noticed 2 problems about the function "synchronize_audio".

  1. The parameter pts in never used.
  2. In the block "else if(wanted_size > samples_size)", nb is computed as "nb = (samples_size - wanted_size)", thus the loop "while(nb > 0)" is never performed.

I tried to resample the result with "swr_convert", without success.

Thanks for your repository anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants