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

Enhancement - Add support for writing/reading multiple I2S samples #5206

Closed
earlephilhower opened this issue Oct 4, 2018 · 1 comment
Closed

Comments

@earlephilhower
Copy link
Collaborator

PR #2501 had some good ideas which were integrated via later reworks of the I2S subsystem. The one thing that's still missing is a call to the I2S subsystem which can read or write multiple samples at a time.

This is important because most audio codecs can produce many samples at a time, and we can reduce CPU usage significantly by simply writing as many of those samples at a time as we have I2S buffer space. Instead of calling an add-sample() call 44,100 times per second, this would allow us only to have <1/100th those number of calls.

@earlephilhower
Copy link
Collaborator Author

Closed by #5349

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

No branches or pull requests

1 participant