1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-21 11:48:54 -04:00

Voice type modulators: corrected documentation on sound file input format

This commit is contained in:
f4exb 2019-01-22 13:30:54 +01:00
parent 62e1a5f4da
commit e5b23e9864
4 changed files with 5 additions and 4 deletions

View File

@ -113,7 +113,7 @@ The path to the selected audio file to be played or dots if unselected
<h4>14.1: Audio file select</h4>
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz 16LE raw format.
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz F32LE raw format. Using sox a .wav file can be converted with this command: `sox piano.wav -t raw -r 48k -c 1 -b 32 -L -e float piano.raw`
<h4>14.2: Audio file loop</h4>

View File

@ -125,7 +125,7 @@ The path to the selected audio file to be played or dots if unselected
<h4>18.1: Audio file select</h4>
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz 16LE raw format.
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz F32LE raw format. Using sox a .wav file can be converted with this command: `sox piano.wav -t raw -r 48k -c 1 -b 32 -L -e float piano.raw`
<h4>18.2: Audio file loop</h4>

View File

@ -220,7 +220,8 @@ The path to the selected audio file to be played or dots if unselected
<h4>18.1: Audio file select</h4>
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz 16LE raw format.
Opens a file dialog to select the audio file to be played. It must be 48 kHz F32LE raw format. If binaural mode is selected it takes a 2 channel (stereo) file else it should be mono.
Using sox a .wav file can be converted with this command: `sox piano.wav -t raw -r 48k -c 1 -b 32 -L -e float piano.raw` (mono) or `sox piano.wav -t raw -r 48k -c 2 -b 32 -L -e float piano.raw` (stereo)
<h4>18.2: Audio file loop</h4>

View File

@ -117,7 +117,7 @@ The path to the selected audio file to be played or dots if unselected
<h4>15.1: Audio file select</h4>
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz 16LE raw format.
Opens a file dialog to select the audio file to be played. It must be mono 48 kHz F32LE raw format. Using sox a .wav file can be converted with this command: `sox piano.wav -t raw -r 48k -c 1 -b 32 -L -e float piano.raw`
<h4>15.2: Audio file loop</h4>