This commit is contained in:
Correl Roush 2023-06-19 17:10:22 -04:00
parent 976867b8a4
commit 6588188886
2 changed files with 10 additions and 1 deletions

View file

@ -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 |

View 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