Add documentation guide to enable ALSA lib using AudioReach#30
Draft
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
Draft
Add documentation guide to enable ALSA lib using AudioReach#30quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
Conversation
841c958 to
644ed88
Compare
b28debd to
b363d72
Compare
Add documentation guide to enable ALSA lib using AudioReach. Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
b363d72 to
4c48206
Compare
quic-plai
reviewed
May 3, 2026
|
|
||
| raspberry_pi4 | ||
| rb3_gen2 | ||
| alsalib_using_audioreach |
Contributor
There was a problem hiding this comment.
I think this page (alsalib_using_audioreach) is better placed in developer guide. Should we create Linux specific developer guide and have alsalib enablement as a sub section?
quic-plai
reviewed
May 3, 2026
| 3. Choose the appropriate file type based on your use case: | ||
|
|
||
| * **For UCM conf-based use-case configuration**: Select File type as **bin** | ||
| * **For using amixer**: Select File type as **Hex** with Delimiter as **"COMMA"** |
Contributor
There was a problem hiding this comment.
If user choses this option, what would the output of ARC look like?
|
|
||
| aplay -D agm:100,100 /[path_to_audio_file]/<clip_name>.wav | ||
|
|
||
| **Note:** For Raspberry Pi, the PCM100 configuration is used for ALSA lib applications. |
Contributor
There was a problem hiding this comment.
I am not getting this note. What is stopping someone to define another virtual PCM device? Do you mean default card definition start with PCM device at 100?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add documentation guide to enable ALSA lib using AudioReach.