Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Better audio speed #3

Closed
ruippgoncalves opened this issue Dec 22, 2022 · 3 comments
Closed

Better audio speed #3

ruippgoncalves opened this issue Dec 22, 2022 · 3 comments

Comments

@ruippgoncalves
Copy link

The youtube playback speed uses the default browser, so in your case, it is Chrome, you can look at chromium (the open source part of the browser) and see what they are using...

https://www.chromium.org/developers/design-documents/video/

But corting short, they are using ffmpeg which is open source and can be used to improve the audio quality.

@ThioJoe
Copy link
Owner

ThioJoe commented Dec 22, 2022

Hmm interesting

@jn-jairo
Copy link

jn-jairo commented Jan 2, 2023

I believe you are looking for the ffmpeg option atempo.

It does a great job, but I use SoX to change audio duration without changing pitch and it has the same quality as ffmpeg if you use the right option.

I use the command line but there is a python library pysox, you need to use the tempo method with the option for speech.

@ThioJoe
Copy link
Owner

ThioJoe commented Mar 28, 2023

Moving this to a discussion

Repository owner locked and limited conversation to collaborators Mar 28, 2023
@ThioJoe ThioJoe converted this issue into discussion #60 Mar 28, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants