Last active
December 15, 2021 16:58
-
-
Save ngs/ee155451e00ebca9d83f6a39bc32ea1b to your computer and use it in GitHub Desktop.
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
| MusicDir = /home/pi/music | |
| ALSADevice = default | |
| ALSAMixer1 = Headphone | |
| #ALSAMixer2 = Master | |
| ALSAStutterDefeat = no |
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
| aplay --list-devices | |
| amixer -c 0 scontrols | |
| ocp -O ALSAMixer1="Portable Headphone Amplifier Playback Volu" -O ALSADevice="hw:2" -O Allow24bitOutput=yes -D |
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
| MusicDir = /home/pi/music | |
| ALSADevice = default | |
| ALSAMixer1 = Headphone | |
| #ALSAMixer2 = Master | |
| ALSAStutterDefeat = no | |
| Allow24bitOutput = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment