mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 01:15:52 +02:00
make filenames consistent across examples
This commit is contained in:
parent
5cf0fc11c5
commit
2a0cf1eac2
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- Merge two audio files into one
|
||||
|
||||
`sox -m {{audiofile1}} {{audiofile2}} {{output_filename}}`
|
||||
`sox -m {{input_audiofile1}} {{input_audiofile2}} {{output_audiofile}}`
|
||||
|
||||
- Trim an audio file to the specified times
|
||||
|
||||
|
@ -22,4 +22,4 @@
|
|||
|
||||
- Print statistical data of an audio file
|
||||
|
||||
`sox {{audiofile}} -n stat`
|
||||
`sox {{input_audiofile}} -n stat`
|
||||
|
|
Loading…
Add table
Reference in a new issue