aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-13 21:56:04 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-13 21:56:04 +0100
commit7cc5bf8014e9aea5f462c87fe7012b6a43a73b6c (patch)
tree5c8ba333cc323984c0635a526d97832c0db9fb24 /README.md
parent22d19513a2699e76b2933b73df50b041c362d0d0 (diff)
downloadfdk-aac-dabplus-7cc5bf8014e9aea5f462c87fe7012b6a43a73b6c.tar.gz
fdk-aac-dabplus-7cc5bf8014e9aea5f462c87fe7012b6a43a73b6c.tar.bz2
fdk-aac-dabplus-7cc5bf8014e9aea5f462c87fe7012b6a43a73b6c.zip
Add snd-aloop scenario
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 26 insertions, 3 deletions
diff --git a/README.md b/README.md
index bfa8e02..9904eb8 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,32 @@ the audio is captured from the soundcard, and encoded into HE-AACv2.
High occurrence of these will lead to audible artifacts.
-
Scenario 2
----------
+
+Play some local audio source from a file, with ZMQ output for ODR-DabMux. The problem with
+playing a file is that dabplus-enc-file-zmq cannot directly be used, because ODR-DabMux
+does not back-pressure the encoder, which will therefore encode much faster than realtime.
+
+While this issue is sorted out, the following trick is a very flexible solution: use the
+alsa virtual loop soundcard *snd-aloop* in the following way:
+
+ modprobe snd-aloop
+
+This creates a new audio card (usually 'hw:1' but have a look at /proc/asound/card to be sure) that
+can then be used for the alsa encoder:
+
+ ./dabplus-enc-alsa-zmq -d hw:1 -c 2 -r 32000 -b 64 -o
+
+Then, you can use any media player that has an alsa output to play whatever source it supports:
+
+ cd your/preferred/music
+ mplayer -ao alsa:device=hw=1.1 -srate 32000 -shuffle *
+
+Important: you must specify the correct sample rate on both "sides" of the virtual sound card.
+
+Scenario 3
+----------
Live Stream encoding and preparing for DAB muxer, with ZMQ output, at 32kHz, using sox.
This illustrates the fifo input of *dabplus-enc-file-zmq*.
@@ -91,7 +114,7 @@ The -p 53 sets the padlen, compatible with the default mot-encoder setting. mot-
to be given the same value for this option.
-Scenario 3
+Scenario 4
----------
Live Stream encoding and preparing for DAB muxer, with FIFO to odr-dabmux, 48kHz, using
arecord.
@@ -102,7 +125,7 @@ arecord.
Here we are also using the ALSA plughw feature.
-Scenario 4
+Scenario 5
----------
Wave file encoding, for non-realtime processing