Skip to content

Remove mod_cepstral documentation #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You must tell FreeSWITCH which modules to build before installation. Open up **m
...
#asr_tts/mod_flite
asr_tts/mod_pocketsphinx
#asr_tts/mod_cepstral
#asr_tts/mod_name
...
#languages/mod_spidermonkey_odbc
languages/mod_lua
Expand Down Expand Up @@ -144,7 +144,7 @@ Next we need to tell FreeSWITCH to load mod\_pocketsphinx and mod\_lua on start
<!-- ASR /TTS -->
<!-- <load module="mod_flite"/> -->
<load module="mod_pocketsphinx"/>
<!-- <load module="mod_cepstral"/> -->
<!-- <load module="mod_name"/> -->
...
<!-- <load module="mod_java"/> -->
<load module="mod_lua"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lua is a great easy, readable and embedded scripting language.
## Prerequisites

* [mod\_lua](../../../Modules/mod_lua_1048944.mdx)
* [mod\_flite](../../../Modules/mod_flite_3965160.mdx#about) and easy upgrade to [mod\_cepstral](../../../Modules/mod_cepstral_3965164.mdx#faq)
* [mod\_flite](../../../Modules/mod_flite_3965160.mdx#about)

## Configure Dialplan

Expand Down Expand Up @@ -78,7 +78,5 @@ end

## You will need to disable enum by changing 99999XX.xml to 99999XX.xml.noload

## Do not load both mod_flite and mod_cepstral at the same time.



1 change: 0 additions & 1 deletion docs/FreeSWITCH-Explained/Configuration/TTS_9634273.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Text-To-Speech general Information.Freeswitch currently supports several TTS options.

* [mod\_unimrcp](../Modules/mod_unimrcp_6586728.mdx#tts) \- TTS using MRCP protocol
* [mod\_cepstral](../Modules/mod_cepstral_3965164.mdx#faq) \- Commercial high-quality \[[Cepstral](http://www.cepstral.com)\] voices & Text to Speech engine.
* [mod\_flite](../Modules/mod_flite_3965160.mdx#about) \- An FOSS option, [Flite](http://www.speech.cs.cmu.edu/flite/) / [Festival](http://www.cstr.ed.ac.uk/projects/festival/) Lite. \[[old wiki](https://wiki.freeswitch.org/wiki/Mod%5Fflite)\]
* [mod\_tts\_commandline](../Modules/mod_tts_commandline_13172802.mdx#about) \- Run a command line and play the output file.

Expand Down
6 changes: 3 additions & 3 deletions docs/FreeSWITCH-Explained/Modules/mod-dptools/6586692.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Table of Contents (click to expand)

Speak a phrase of text using a predefined phrase macro.

For more information on [TTS](../../Configuration/TTS_9634273.mdx#about), see [mod\_cepstral](../mod_cepstral_3965164.mdx#faq), [mod\_unimrcp](../mod_unimrcp_6586728.mdx#tts), and [UniMRCP](../../Signalling/UniMRCP_13173475.mdx#about).
For more information on [TTS](../../Configuration/TTS_9634273.mdx#about), see [mod\_unimrcp](../mod_unimrcp_6586728.mdx#tts), and [UniMRCP](../../Signalling/UniMRCP_13173475.mdx#about).

See also the [Speech Phrase Management](../../Configuration/Speech-Phrase-Management_9634492.mdx#0-about) page for more information and examples. The `phrase` command relies on the configuration in the `phrases` section of the `conf/freeswitch.xml` file (see [Configuring FreeSWITCH](../../Configuration/Configuring-FreeSWITCH/index.mdx#set)), and XML files in `conf/lang/en/*.xml`.

Expand Down Expand Up @@ -69,7 +69,7 @@ Following is a sample of phrases management:
```xml
<section name="phrases" description="Speech Phrase Management">
<macros>
<language name="en" sound_path="/snds" tts_engine="cepstral" tts_voice="david">
<language name="en" sound_path="/snds" tts_engine="engine_name" tts_voice="david">
<macro name="msgcount">
<input pattern="(.*)">
<action function="execute" data="sleep(1000)"/>
Expand Down Expand Up @@ -104,7 +104,7 @@ Following is a sample of phrases management:
</input>
</macro>
</language>
<language name="fr" sound_path="/var/sounds/lang/fr/jean" tts_engine="cepstral" tts_voice="jean-pierre">
<language name="fr" sound_path="/var/sounds/lang/fr/jean" tts_engine="engine_name" tts_voice="jean-pierre">
<macro name="msgcount">
<input pattern="(.*)">
<action function="play-file" data="tuas.wav"/>
Expand Down
180 changes: 0 additions & 180 deletions docs/FreeSWITCH-Explained/Modules/mod_cepstral_3965164.mdx

This file was deleted.

118 changes: 0 additions & 118 deletions docs/FreeSWITCH-Explained/Modules/mod_ladspa_6587118.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ session:execute("soundtouch","0.8r")

## See Also

* [mod\_ladspa](./mod_ladspa_6587118.mdx#about) for autotune


4 changes: 1 addition & 3 deletions provisioning/nginx/redirects.map
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,6 @@
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_cdr_pg_csv /freeswitch/FreeSWITCH-Explained/Modules/mod_cdr_pg_csv_6587338;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_cdr_sqlite /freeswitch/FreeSWITCH-Explained/Modules/mod_cdr_sqlite_6587351;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_celt /freeswitch/FreeSWITCH-Explained/Modules/mod_celt_3964992;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_cepstral /freeswitch/FreeSWITCH-Explained/Modules/mod_cepstral_3965164;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_cidlookup /freeswitch/FreeSWITCH-Explained/Modules/mod_cidlookup_1966667;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_cluechoo /freeswitch/FreeSWITCH-Explained/Modules/mod_cluechoo_3966414;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_codec2 /freeswitch/FreeSWITCH-Explained/Modules/mod_codec2_6587354;
Expand Down Expand Up @@ -1574,7 +1573,6 @@
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_java /freeswitch/FreeSWITCH-Explained/Modules/mod_java_3966491;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_json_cdr /freeswitch/FreeSWITCH-Explained/Modules/mod_json_cdr_4653124;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_kazoo /freeswitch/FreeSWITCH-Explained/Modules/mod_kazoo_10683641;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_ladspa /freeswitch/FreeSWITCH-Explained/Modules/mod_ladspa_6587118;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_lcr /freeswitch/FreeSWITCH-Explained/Modules/mod_lcr_6587457;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_ldap /freeswitch/FreeSWITCH-Explained/Modules/mod_ldap_6587459;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_local_stream /freeswitch/FreeSWITCH-Explained/Modules/mod_local_stream_6587466;
Expand Down Expand Up @@ -1727,4 +1725,4 @@

/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Debian+10+Buster /freeswitch/FreeSWITCH-Explained/Installation/Linux/Deprecated-Installation-Instructions/25460805;

/freeswitch/FreeSWITCH-Explained/Installation/HOWTO-Create-a-SignalWire-Personal-Access-Token_67240087 /freeswitch/FreeSWITCH-Explained/Installation/how-to-create-a-personal-access-token/how-to-create-a-personal-access-token;
/freeswitch/FreeSWITCH-Explained/Installation/HOWTO-Create-a-SignalWire-Personal-Access-Token_67240087 /freeswitch/FreeSWITCH-Explained/Installation/how-to-create-a-personal-access-token/how-to-create-a-personal-access-token;
Loading