Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberry_boards:raspi-sound-hat [2020/03/18 19:27]
admin [Parts]
raspberry_boards:raspi-sound-hat [2020/09/01 19:25] (current)
admin [Alsa Mixer Settings]
Line 56: Line 56:
  
 After connecting the Audio Injector to the Raspberry Pi some software should be installed.\\ After connecting the Audio Injector to the Raspberry Pi some software should be installed.\\
-First you have to download the deb package from [[http://​forum.audioinjector.net/​viewtopic.php?​f=5&​t=3]]. ​Unpack it: +First you have to download the deb package from [[http://​forum.audioinjector.net/​viewtopic.php?​f=5&​t=3]]. 
-   ​$ ​tar -xf audio.injector.scripts_0.1-1_all.deb.tar.gz+   ​$ ​wget https://​github.com/Audio-Injector/​stereo-and-zero/​archive/​master.zip 
 +Unpack it: 
 +   $ unzip master.zip
 And install it: And install it:
 +   $ cd stereo-and-zero-master/​
    $ sudo apt install ./​audio.injector.scripts_0.1-1_all.deb    $ sudo apt install ./​audio.injector.scripts_0.1-1_all.deb
 Change some configurations,​ in: Change some configurations,​ in:
    $ sudo nano /​boot/​config.txt    $ sudo nano /​boot/​config.txt
-Comment out:+Put in comment:
    # dtparam=audio=on    # dtparam=audio=on
 And type in: And type in:
 +   # Enable audio (WM8731)
    ​dtoverlay=audioinjector-wm8731-audio    ​dtoverlay=audioinjector-wm8731-audio
 ctl + o for saving, press return and ctl + x to leave.\\ ctl + o for saving, press return and ctl + x to leave.\\
Line 73: Line 77:
 ==== Alsa Mixer Settings ==== ==== Alsa Mixer Settings ====
  
-[[https://​github.com/​Audio-Injector/​stereo-and-zero]]\\ +To enable the audio output: 
-There are two reference alsa mixer files which will allow you to setup default ​output ​with either line input or microphone input : +   ​$ ​amixer set '​Output Mixer HiFi' on 
-Download+Go into the folder: 
-   ​$ ​wget https://​github.com/​Audio-Injector/​stereo-and-zero/​archive/​master.zip +   $ cd stereo-and-zero-master/​audio.injector.scripts-0.1
-Unpack it: +To setup the output ​run the following command: 
-   $ unzip master.zip +In combination with the microphone input:
-go into the folder: +
-   $ cd stereo-and-zero-master/​ +
-and run:+
    $ alsactl --file asound.state.MIC.thru.test restore    $ alsactl --file asound.state.MIC.thru.test restore
 +or in combination with the lines input:
    $ alsactl --file asound.state.RCA.thru.test restore    $ alsactl --file asound.state.RCA.thru.test restore
 +to check the alsa setting:
 +   $ alsamixer
  
 ---- ----
Line 164: Line 168:
 [[https://​github.com/​Audio-Injector/​stereo-and-zero]]\\ [[https://​github.com/​Audio-Injector/​stereo-and-zero]]\\
 [[https://​learn.adafruit.com/​adafruit-max98357-i2s-class-d-mono-amp/​raspberry-pi-usage]]\\ [[https://​learn.adafruit.com/​adafruit-max98357-i2s-class-d-mono-amp/​raspberry-pi-usage]]\\
 +[[https://​alsa-project.org/​wiki/​Main_Page]]\\
  
 ---- ----