From e5b23e98645342d5735ed4250e9845dce7f8bd39 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 22 Jan 2019 13:30:54 +0100 Subject: [PATCH] Voice type modulators: corrected documentation on sound file input format --- plugins/channeltx/modam/readme.md | 2 +- plugins/channeltx/modnfm/readme.md | 2 +- plugins/channeltx/modssb/readme.md | 3 ++- plugins/channeltx/modwfm/readme.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/channeltx/modam/readme.md b/plugins/channeltx/modam/readme.md index 4978f07e0..07e294c96 100644 --- a/plugins/channeltx/modam/readme.md +++ b/plugins/channeltx/modam/readme.md @@ -113,7 +113,7 @@ The path to the selected audio file to be played or dots if unselected

14.1: Audio file select

-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`

14.2: Audio file loop

diff --git a/plugins/channeltx/modnfm/readme.md b/plugins/channeltx/modnfm/readme.md index 8e6395abb..6e3a1aa84 100644 --- a/plugins/channeltx/modnfm/readme.md +++ b/plugins/channeltx/modnfm/readme.md @@ -125,7 +125,7 @@ The path to the selected audio file to be played or dots if unselected

18.1: Audio file select

-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`

18.2: Audio file loop

diff --git a/plugins/channeltx/modssb/readme.md b/plugins/channeltx/modssb/readme.md index bdced14a2..0f1e427d7 100644 --- a/plugins/channeltx/modssb/readme.md +++ b/plugins/channeltx/modssb/readme.md @@ -220,7 +220,8 @@ The path to the selected audio file to be played or dots if unselected

18.1: Audio file select

-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)

18.2: Audio file loop

diff --git a/plugins/channeltx/modwfm/readme.md b/plugins/channeltx/modwfm/readme.md index 5f540bbd7..a7276e619 100644 --- a/plugins/channeltx/modwfm/readme.md +++ b/plugins/channeltx/modwfm/readme.md @@ -117,7 +117,7 @@ The path to the selected audio file to be played or dots if unselected

15.1: Audio file select

-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`

15.2: Audio file loop