# HG changeset patch # User Oleksandr Gavenko # Date 1413551200 -10800 # Node ID e3bffa18d09d1d53e95c65691b20d32142c5221f # Parent 32f8c509119d4451e5088a101f0aafd983d5950b Play simple sounds. diff -r 32f8c509119d -r e3bffa18d09d audio.rst --- a/audio.rst Mon Oct 13 16:43:17 2014 +0300 +++ b/audio.rst Fri Oct 17 16:06:40 2014 +0300 @@ -34,6 +34,14 @@ $ pactl list +Play simple sounds. +=================== +:: + + $ sudo apt-get install sox + $ play -n synth sin 440 vol -40dB + $ play -n synth 10 square 100-10000 synth sin fmod 100 vol -40dB + Suitable convertors? ==================== :: @@ -44,14 +52,9 @@ $ sudo apt-get install sox -List of sox supported format. -============================= +List of sox supported format: See sox(1). -See sox(1). - -List of ffmpeg supported format. -================================ -:: +List of ffmpeg supported format:: $ ffmpeg -formats