summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2018-06-04 00:33:34 +0200
committerFulup Ar Foll <fulup@iot.bzh>2018-06-04 00:33:34 +0200
commitbbaf42c6b02ca5d1bdceb7e215807abdbf8cd61d (patch)
tree48368647ddfa11483d72a9a577cfa0a11f575d93 /README.md
parent2af80583a462fa0f71d0250bca03db5a4cf22fe8 (diff)
Move to Dynamic Mixer API (work in progress)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbf9b72..a33adca 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Alsa snd-aloop impose '0' as playback device. Soft mixer will start from last su
Current version does not handle audio rate conversion, using gstreamer or equivalent to match with audio hardware params is mandatory.
```
- gst123 --audio-output alsa=hw:XXX,0,7 $PROJECT_ROOT/conf.d/project/sounds/trio-divi-alkazabach.wav
+ gst123 --audio-output alsa=hw:Loopback,0,0 $PROJECT_ROOT/conf.d/project/sounds/trio-divi-alkazabach.mp3
gst123 --audio-output alsa=hw:XXX,0,??? other sound file
@@ -73,4 +73,11 @@ situation. In order to clean up your Alsa snd-aloop config, a simple "rmmod" mig
In case of doubt check with folling command that you start from a clear green field
```
rmmod snd-aloop && modprobe --first-time snd-aloop && amixer -D hw:Loopback controls | grep vol
-``` \ No newline at end of file
+```
+
+
+Work in Progress
+
+ mise en place control pour master sur la carte playback/source
+ integration du cas d'un stream avec source non loop
+ test du rate converter \ No newline at end of file