Add sox and play commands for sox sound processing

This commit is contained in:
Daniel Senff
2014-09-26 15:45:32 +02:00
parent c92c84e2df
commit 6136fbe731
2 changed files with 48 additions and 0 deletions

23
pages/common/play.md Normal file
View File

@@ -0,0 +1,23 @@
# play
> Audio player of SoX - Sound eXchange
> Plays any audio from the command line
> Audioformats are identified by extension
- Play the given audio file
`play {{audiofile}}`
- Play the given audio files
`play {{audiofile1}} {{audiofile2}}`
- Play the given audio at twice the speed
`play {{audiofile}} speed 2.0`
- Play the given audio in reverse
`play {{audiofile}} reverse`