-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
applications: nrf5340_audio: SD card playback PR #11910
Conversation
Thank you for your contribution! Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
322c87e
to
0e5582f
Compare
5f75add
to
4051b3d
Compare
b7f1430
to
85fd2af
Compare
9171a37
to
31209f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement :) I leave couple comments, please check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not done yet, but here are some comments
55cac54
to
ab75902
Compare
* @param[in] size_t Size of the input buffer. | ||
* | ||
* @retval 0 Success. | ||
* @retval -EACCES SD card playback is not active. | ||
* @retval Otherwise, error from underlying drivers. | ||
*/ | ||
int sd_card_playback_mix_with_stream(void *const pcm_a, size_t pcm_a_size); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a code expert, but should the param[in] mention pcm_a_size
and size_t
be a *size_t
instead?
This is related to the doc build issue.
ab75902
to
2523868
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs will be covered in https://nordicsemi.atlassian.net/browse/OCT-2790 in coordination with @andvib
2523868
to
4305670
Compare
4305670
to
9053b18
Compare
9053b18
to
9cd2f31
Compare
Support for playing .wav and lc3 files from SD card. Signed-off-by: Marius Vårdal <marius.vardal@nordicsemi.no>
9cd2f31
to
18f3eb7
Compare
No description provided.