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

Resample to 32 bits #37

Open
expresspotato opened this issue Aug 25, 2024 · 2 comments
Open

Resample to 32 bits #37

expresspotato opened this issue Aug 25, 2024 · 2 comments

Comments

@expresspotato
Copy link

Hello,

We interface with a custom processor, who's I2S bit width is fixed at 32. In esp-adf, filter-resample only supports resampling to 16 bits. We need the resample filter to support 32 bits as a supported destination bit width.

Any plans?

Regards,

@jason-mao
Copy link
Contributor

@expresspotato One new rate conversion has beed released on https://components.espressif.com/components/espressif/esp_audio_effects/versions/1.0.1, it's support all bits.

@expresspotato
Copy link
Author

So while this does produce 32 bit output, there appears to be a bug in esp-adf / esp-idf that results in distortion at 32 bits...

See here: espressif/esp-adf#1311

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

3 participants
@expresspotato @jason-mao and others