*In data 28/11/2007 20:30, Jonas Häggqvist ha scritto*:
> asettico wrote:
>> asettico_at_pyxis:~/Software/rockbox/rockbox-bleeding/build$ make voice
>
>> Are sufficient these information?
>
> Please try building with the command "V=1 make voice" and attach the output.
> It's hard to tell exactly what crashed.
Ok, here it is.
----------
asettico_at_pyxis:~/Software/rockbox/rockbox-bleeding/build$ V=1 make voice
make -C /home/asettico/Software/rockbox/rockbox-bleeding/tools CC=gcc AR=ar
rbspeexenc voicefont wavtrim
make -C rbspeex
make[2]: Nothing to be done for `all'.
make[1]: `voicefont' is up to date.
make[1]: `wavtrim' is up to date.
... then follows some compilation commands ...
Generating voice
Target:
ipodvideo:alarm:backlight_brightness:backlight_fade:dircache:headphone_detection:hold_button:lcd_bitmap:lcd_non-mono:lcd_color:pitchscreen:quickscreen:recording:recording_swcodec:rtc:scrollwheel:swcodec:tagcache:tc_ramcache:charging:usb_charging:usbstack
Language: italiano
Encoder (options): rbspeexenc (-q 10 -c 10)
TTS Engine (options): festival (--language italian)
> festival --language italian --server
Generating voice clips
Generate "Si" with festival in file LANG_SET_BOOL_YES.wav
> festival_client --server localhost --otype riff --ttw --output
"LANG_SET_BOOL_YES.wav"
Trim "LANG_SET_BOOL_YES.wav"
> wavtrim "LANG_SET_BOOL_YES.wav" 500
Encode "LANG_SET_BOOL_YES.wav" with rbspeexenc in file LANG_SET_BOOL_YES.mp3
> rbspeexenc -q 10 -c 10 "LANG_SET_BOOL_YES.wav" "LANG_SET_BOOL_YES.mp3"
Segmentation fault (core dumped)
Generate "No" with festival in file LANG_SET_BOOL_NO.wav
> festival_client --server localhost --otype riff --ttw --output
"LANG_SET_BOOL_NO.wav"
Trim "LANG_SET_BOOL_NO.wav"
> wavtrim "LANG_SET_BOOL_NO.wav" 500
Encode "LANG_SET_BOOL_NO.wav" with rbspeexenc in file LANG_SET_BOOL_NO.mp3
> rbspeexenc -q 10 -c 10 "LANG_SET_BOOL_NO.wav" "LANG_SET_BOOL_NO.mp3"
Segmentation fault (core dumped)
Generate "Attivato" with festival in file LANG_ON.wav
> festival_client --server localhost --otype riff --ttw --output "LANG_ON.wav"
make: *** [voice] Error 141
----------
It seems that rbspeexenc crashes: could depend on the parameters used (-q 10
-c 10). I try to rebuild with the default settings.
Thanks again.
--
,= ,-_-. =. asettico ~ [ http://rossomaltese.it/ ]
((_/)o o(\_)) OpenPGP ~~ [ 1024D/1CB926BA 2003-11-29 ]
`-'(. .)`-'
\_/
Received on 2007-11-28