From bbaf42c6b02ca5d1bdceb7e215807abdbf8cd61d Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Mon, 4 Jun 2018 00:33:34 +0200 Subject: Move to Dynamic Mixer API (work in progress) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit 1.2.3-korg