-
Notifications
You must be signed in to change notification settings - Fork 235
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
Audio file always resampled to 41000hz on pipewire #426
Comments
Still does. You have to resample played audio file to 41100 Hz |
I do not really understand this issue. What is the expected behavior and why is the current behavior wrong? |
|
strange, rodio should resample the file on the go. Can you share the file or is it copyrighted? |
audio.tar.gz |
I think it can be related to #584 and another closed issue with low quality audio that mentions this issue. Even though the wav specs of both files (checked with media info) are almost same their stream size differs a lot - 15.5 KiB vs 227 KiB. It also has something to do with hound WavWriter resampling of audio (I'm resampling it to 44100Hz, the original is about 16000Hz), that doesn't change the size of buffer but only the sampling rate. This is playable for system audio player but appareantly not for rodio. |
I took a look at the current resampler in rodio. Instead of trying to improve it the plan is to first see what switching to rubato does. That is going to take while unfortunately. |
No description provided.
The text was updated successfully, but these errors were encountered: