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

ffmpeg #18

Open
taf2 opened this issue Jul 1, 2021 · 0 comments
Open

ffmpeg #18

taf2 opened this issue Jul 1, 2021 · 0 comments

Comments

@taf2
Copy link

taf2 commented Jul 1, 2021

I love this project thank you!

I did some testing and it's possible to get even cleaner audio by also applying a filter on your audio... for example a high pass and a low pass filter on the raw audio stream...

ffmpeg -f s16le -sample_rate 44100 -i audio.raw -af "highpass=f=200, lowpass=f=3000" -f wav file-out.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant