Browse Source

docs: add sox as an optional dependency.

using sox for ssml <audio> tag is hardcoded in readclause.c and for
--compile-phonemes in compiledict.c

Currently, --compile-phoneme doesn't need to run sox since the
samplerate for the specific file is correct. There might be a lot of
dead code in compiledata.c
master
Juho Hiltunen 4 years ago
parent
commit
0cb4b1b654
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      docs/building.md

+ 5
- 0
docs/building.md View File

@@ -32,6 +32,10 @@ To build eSpeak NG on Windows, you will need:
4. the [pcaudiolib](https://github.com/espeak-ng/pcaudiolib) project checked out to
`src` (as `src/pcaudiolib`).

Optionally, you need:

1. sox (http://sox.sourceforge.net/) to enable audio output for SSML <audio> tag

__NOTE:__ SAPI 5 voices are not currently available in this release of eSpeak NG.
There is an [issue](https://github.com/espeak-ng/espeak-ng/issues/7) to track
support for this feature.
@@ -77,6 +81,7 @@ Optionally, you need:
3. the [sonic](https://github.com/espeak-ng/sonic) development library to
enable sonic audio speed up support;
4. the `ronn` man-page markdown processor to build the man pages.
5. sox (http://sox.sourceforge.net/) to enable audio output for SSML <audio> tag

To build the documentation, you need:


Loading…
Cancel
Save