03.10.2016, 19:23
Der Startbefehl lautet ungefähr so:
natürlich mit deiner richtigen Konfiguration.
In der Brutefir Konfiguration muss als Eingang die Pipe (Stdin) definiert seinDer Ausgang bleibt wie gehabt.
Gruss
Code:
arecord -D hw:1 -f S16_LE -r 44100 -c 2 | brutefir /home/pi/.logi44In der Brutefir Konfiguration muss als Eingang die Pipe (Stdin) definiert sein
Code:
input "Linksein", "Rechtsein" {
device: "file" {path: "/dev/stdin";};
#device: "alsa" { device: "hw:1"; ignore_xrun: true; };
sample: "S16_LE";
channels: 2/0,1;Gruss
La vida es no ponyhof :bye:


