Browse Source

update osci music player

Thomas Buck 2 months ago
parent
commit
a8f52c3e8d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      input/projects/osci_music_player.md

+ 2
- 1
input/projects/osci_music_player.md View File

@@ -3,6 +3,7 @@ description: Properly playing sound files for visualization on an oscilloscope
3 3
 parent: projects
4 4
 git: https://git.xythobuz.de/thomas/osci-music-player
5 5
 date: 2024-02-11
6
+update: 2024-02-25
6 7
 comments: true
7 8
 ---
8 9
 
@@ -222,7 +223,7 @@ Install it [as usual](https://www.raspberrypi.com/software/), set up a user acco
222 223
 Prepare the environment by installing all required dependencies:
223 224
 
224 225
 <pre class="sh_sh">
225
-sudo sh -c 'echo "\n[all]\ndtoverlay=hifiberry-dac" >> /boot/config.txt'
226
+sudo sh -c 'echo "dtoverlay=hifiberry-dac" >> /boot/config.txt'
226 227
 sudo apt-get update
227 228
 sudo apt-get upgrade
228 229
 sudo apt-get install python3 python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 libtiff5 ffmpeg

Loading…
Cancel
Save