summaryrefslogtreecommitdiff
path: root/content/post/audio-output-to-input.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-24 19:46:37 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-24 19:46:37 +0200
commitbd8464abb8deee0d31bb84cc47cd3335c0e688d5 (patch)
treecea507ae72e1b5fda03ae6dc5c6d3cae2436a7cc /content/post/audio-output-to-input.md
parent55439cd6455232057c9c08202c853c1f5201d79f (diff)
downloadblog-bd8464abb8deee0d31bb84cc47cd3335c0e688d5.tar.gz
blog-bd8464abb8deee0d31bb84cc47cd3335c0e688d5.zip
move posts into 'tech' section
Diffstat (limited to 'content/post/audio-output-to-input.md')
-rw-r--r--content/post/audio-output-to-input.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/content/post/audio-output-to-input.md b/content/post/audio-output-to-input.md
deleted file mode 100644
index cc36313..0000000
--- a/content/post/audio-output-to-input.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-categories:
-- software
-date: 2015-11-28
-title: Route audio output to input
----
-
-To be able to visualize my laptop's sound output with a python script, I needed an extra audio input that made it possible to capture the system's audio output.
-
-To achieve that, I did the following on my Raspberry Pi:
-
- * install alsa-utils and pulseaudio
- * get the pulseaudio init script [here](https://www.raspberrypi.org/forums/viewtopic.php?p=619713#p619713)
- * add the users to the group "pulse-access", I got `ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect` without it even as root
- * [create an ALSA monitor source](https://wiki.archlinux.org/index.php/PulseAudio/Examples#ALSA_monitor_source)