updates
This commit is contained in:
parent
976867b8a4
commit
6588188886
2 changed files with 10 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
| DAC BCK | GPIO25 | GPIO5 | |
|
||||
| DAC DIN | GPIO26 | GPIO17 | |
|
||||
| DAC LRCK | GPIO27 | GPIO16 | |
|
||||
| SPI CLK | GPIO14 | GPIO4 | |
|
||||
| | GPIO14 | GPIO4 | |
|
||||
| SPI MISO | GPIO12 | GPIO2 | |
|
||||
| SPI MOSI | GPIO13 | GPIO15 | SPI CS |
|
||||
| | GND | GND | GND |
|
||||
|
|
9
20230617144117-create_a_pulseaudio_network_sink.org
Normal file
9
20230617144117-create_a_pulseaudio_network_sink.org
Normal file
|
@ -0,0 +1,9 @@
|
|||
:PROPERTIES:
|
||||
:ID: b13434f7-b9ea-4f81-9a79-10f31dbe2638
|
||||
:END:
|
||||
#+title: Create a PulseAudio network sink
|
||||
|
||||
#+begin_src sh :results silent
|
||||
pactl load-module module-null-sink sink_name=Network sink_properties=device.description=Network
|
||||
pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 record=true port=8001 source=null-sink.monitor
|
||||
#+end_src
|
Loading…
Reference in a new issue