diff --git a/README.md b/README.md index b46b4038..a0d1318c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ Example 2: pipe the rendered audio thru the Linux ALSA 'aplay' utility: $ sonivoxrender ants.mid | aplay -c 2 -f S16_LE -r 44100 +equivalent to: + + $ sonivoxrender ants.mid | aplay -f cd + Example 3: pipe the rendered audio thru the ['lame'](https://lame.sourceforge.io) utility creating a MP3 file: $ sonivoxrender ants.mid | lame -r -s 44100 - ants.mp3 @@ -79,6 +83,10 @@ Example 4: pipe the rendered audio thru the ['sox'](https://sourceforge.net/proj $ sonivoxrender ants.mid | sox -t s16 -c 2 -r 44100 - ants.wav +Example 5: pipe the rendered audio thru the PulseAudio's 'pacat' utility: + + $ sonivoxrender ants.mid | pacat + ## Unit tests The Android unit tests have been integrated in the CMake build system, with little modifications. A requirement is GoogleTest, either installed system wide or it will be downloaded from the git repository.