MattRiddell / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

implementing new synthesizer plugin #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am using unimrcp-1.0.0 on ubuntu 10.10 platform
If i am building unimrcp with flite as TTS and pocketsphinx as ASR it works 
fine.
My requirement is for TTS in Hindi language. 
I am trying to build the unimrcp with Festival or Cepstral swift using given 
below configure command

./configure --with-apr=/usr/local/apr/bin/apr-1-config 
--with-apr-util=/usr/local/apr/bin/apu-1-config --enable-pocketsphinx-plugin 
--with-sphinxbase=/usr/local --with-pocketsphinx=/usr/local 
--with-swift=/opt/swift

configure: WARNING: unrecognized options: --with-swift
configure: 
configure: Report:
configure:   UniMRCP: 1.0.0
configure:   APR: 1.4.2
configure:   APR-Util: 1.3.9
configure:   Sofia-SIP: 1.12.10devel
configure: Plugins:
configure:   Demo Synthesizer: yes
configure:   Demo Recognizer: yes
configure:   Recorder: yes
configure:   PocketSphinx: yes
configure:   Flite: no

same with festival

./configure --with-apr=/usr/local/apr/bin/apr-1-config 
--with-apr-util=/usr/local/apr/bin/apu-1-config --enable-pocketsphinx-plugin 
--with-sphinxbase=/usr/local --with-pocketsphinx=/usr/local 
--with-festival=/usr/local/festival

configure: WARNING: unrecognized options: --with-festival
configure: 
configure: Report:
configure:   UniMRCP: 1.0.0
configure:   APR: 1.4.2
configure:   APR-Util: 1.3.9
configure:   Sofia-SIP: 1.12.10devel
configure: Plugins:
configure:   Demo Synthesizer: yes
configure:   Demo Recognizer: yes
configure:   Recorder: yes
configure:   PocketSphinx: yes
configure:   Flite: no

if i further compile the source i didn't find the plugins like mrcpfestival or 
mrcpcepstral.

unimrcp supports 3rd-party plugin interfaces for TTS and ASR so how can i build 
festival or cepstral as TTS, while unimrcp supported TTS plugin is only flite 
(enabled using --enable-flite-plugin).

Any comment on this will be great help.

thanks
Rasik Goyal

Original issue reported on code.google.com by rasikgo...@gmail.com on 29 Dec 2011 at 8:37

GoogleCodeExporter commented 9 years ago
Th Cepstral plugin was moved out of the source tree in r1679.

http://code.google.com/p/unimrcp/source/detail?r=1679&path=/trunk/configure.ac

If you want to get a copy of no longer supported plugin, you may find it in

http://code.google.com/p/unimrcp/source/browse/#svn%2Fsolutions%2Fmrcp-cepstral

Original comment by achalo...@gmail.com on 6 Mar 2013 at 8:10