439d6dae1a89b45732bd8d6d98fc5f4ecebf93a7
Board-dat/MPC/MPC1083-dat/MPC1083-dat.md
| ... | ... | @@ -57,6 +57,9 @@ MOD1 - GND, MOD2 - GND = Hardware |
| 57 | 57 | - Raspbian - [[RPI-OS-dat]] - [[PCM5122-RPI-dat]] |
| 58 | 58 | - OSMC |
| 59 | 59 | |
| 60 | +Use guide -> check [[I2C-dat]] first -> check aplay below |
|
| 61 | + |
|
| 62 | + |
|
| 60 | 63 | ### aplay test |
| 61 | 64 | |
| 62 | 65 | aplay -l |
| ... | ... | @@ -77,12 +80,14 @@ aplay -l |
| 77 | 80 | Subdevice #5: subdevice #5 |
| 78 | 81 | Subdevice #6: subdevice #6 |
| 79 | 82 | Subdevice #7: subdevice #7 |
| 83 | + |
|
| 80 | 84 | card 2: BossDAC [BossDAC], device 0: Boss DAC HiFi pcm512x-hifi-0 [Boss DAC HiFi pcm512x-hifi-0] |
| 81 | 85 | Subdevices: 1/1 |
| 82 | 86 | Subdevice #0: subdevice #0 |
| 83 | 87 | |
| 84 | -download a test mp3 here. [[test.mp3]] |
|
| 88 | +- note the card 2 is the new card [[MPC1083-dat]] |
|
| 85 | 89 | |
| 90 | +- run a [[mp3-dat]] quick test |
|
| 86 | 91 | |
| 87 | 92 | ## demo video |
| 88 | 93 |
Board-dat/MPC/MPC1083-dat/test.mp3
| ... | ... | Binary files a/Board-dat/MPC/MPC1083-dat/test.mp3 and /dev/null differ |
Chip-dat/TI-dat/PCM5122-dat/PCM5122-RPI-dat.md
| ... | ... | @@ -24,4 +24,34 @@ Type in the commands that are shown below. You can see the BossDAC, the 3 is the |
| 24 | 24 | aplay -l |
| 25 | 25 | cat /proc/asound/cards |
| 26 | 26 | |
| 27 | - |
|
| ... | ... | \ No newline at end of file |
| 0 | + |
|
| 1 | + |
|
| 2 | + |
|
| 3 | + |
|
| 4 | +## after installation |
|
| 5 | + |
|
| 6 | +command will read UU instead |
|
| 7 | + |
|
| 8 | + i2cdetect -y 1 |
|
| 9 | + |
|
| 10 | + 0 1 2 3 4 5 6 7 8 9 a b c d e f |
|
| 11 | + 00: -- -- -- -- -- -- -- -- |
|
| 12 | + 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 13 | + 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 14 | + 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 15 | + 40: -- -- -- -- -- -- -- -- -- -- -- -- -- UU -- -- |
|
| 16 | + 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 17 | + 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 18 | + 70: -- -- -- -- -- -- -- -- |
|
| 19 | + |
|
| 20 | +unset dtoverlay=allo-boss-dac-pcm512x-audio will return to 0x4d: |
|
| 21 | + |
|
| 22 | + 0 1 2 3 4 5 6 7 8 9 a b c d e f |
|
| 23 | + 00: -- -- -- -- -- -- -- -- |
|
| 24 | + 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 25 | + 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 26 | + 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 27 | + 40: -- -- -- -- -- -- -- -- -- -- -- -- -- 4d -- -- |
|
| 28 | + 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 29 | + 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
|
| 30 | + 70: -- -- -- -- -- -- -- -- |
|
| ... | ... | \ No newline at end of file |
Tech-dat/audio-dat/audio-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# audio-dat |
|
| 3 | + |
|
| 4 | +- [[mp3-dat]] |
|
| ... | ... | \ No newline at end of file |
Tech-dat/audio-dat/mp3-dat/mp3-dat.md
| ... | ... | @@ -0,0 +1,19 @@ |
| 1 | + |
|
| 2 | +# mp3-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +## raspberry pi audio test |
|
| 6 | + |
|
| 7 | +### speaker-test |
|
| 8 | + |
|
| 9 | + speaker-test -Dhw:2,0 -c2 -twav |
|
| 10 | + |
|
| 11 | +### mp3 |
|
| 12 | + |
|
| 13 | +- download a test mp3 here. [[test.mp3]] |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +### mpg123 |
|
| 17 | + |
|
| 18 | + sudo apt install mpg123 |
|
| 19 | + mpg123 /path/to/audiofile.mp3 |
Tech-dat/audio-dat/mp3-dat/test.mp3
| ... | ... | Binary files /dev/null and b/Tech-dat/audio-dat/mp3-dat/test.mp3 differ |