Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Bug Sinusbot can't read WAVE files from MaryTTS

Status
Not open for further replies.

LeMusch

Member
Operating System: Debian 8.7
SinusBot Version: 0.9.16-10f0fad
TS3 Version: 3.0.18.2
Hardware: VM, Intel Core E5-2650v3, 16GB RAM
Browser: Firefox 51.0.1

Problem Description
I tried to set MaryTTS as my TTS service.
I tried the URL used in https://forum.sinusbot.com/threads/text-to-speech-apis-for-sinusbot.500/ and the URL of my own server. Both dont work and always get the error message "Cannot playback URL of type text/plain; charset=US-ASCII".
The Google TTS service works fine for me.

The URLs I used:

Code:
Google TTS API:
http://translate.google.com/translate_tts?tl=__LOCALE&q=__TEXT&ie=UTF-8&total=1&idx=0&client=t

MaryTTS API:
http://mary.dfki.de:59125/process?INPUT_TEXT=__TEXT&INPUT_TYPE=TEXT&OUTPUT_TYPE=AUDIO&AUDIO=WAVE_FILE&LOCALE=de&VOICE=bits3

MaryTTS API (installation on my server):
http://127.0.0.1:59125/process?INPUT_TEXT=Hallo+liebe+Sinusbott+Freunde&INPUT_TYPE=TEXT&OUTPUT_TYPE=AUDIO&AUDIO=WAVE_FILE&LOCALE=de&VOICE=bits3

Any solution to get MaryTTS working with Sinusbot?

Code:
SINUSBOT RELATED
SYSTEM INFORMATION
- Operating System: Debian GNU/Linux 8.7 (jessie) (OpenVZ)
- OS x64 check: OK
- Kernel: Linux 2.6.32-48-pve x86_64
- Load Average: 0.30 0.25 0.21
- Uptime: 0 days, 0 hours, 24 minutes, 52 seconds
- OS Updates: 9 (updates available!)
- OS Missing Packages: None (v1)
- OS APT Last Update: 15.02.2017 13:25:12 EST -05:00:00
- Bot Start Script: not found
- DNS resolution check: google.com -> OK
- CPU:

- RAM:  B/16.00 GB in use (%)
- SWAP:  B/ B in use (%)
- DISK: 18.68 GB/131.31 GB in use (14%)
- Package versions:
  > libglib: 2.42.1-1+b1

BOT INFORMATION
- Status: running (PIDs: 407 406, User: sinusbot)
- Webinterface: port locally reachable (Port: 8087)
- Binary: /opt/ts3bot/sinusbot (MD5 Hash: 0005c8c289b99913844c9f761dbb50e9)
- Version: 0.9.16-10f0fad
- TS3 Plugin: installed (md5 hash match)
  - Bot Plugin: 28b54596e19937601df973b709aa0667
  - TS3 Client: 28b54596e19937601df973b709aa0667
- Config:
  - LogLevel = 10
  - TS3Path = /opt/ts3bot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64 (Version 3.0.18.2)
  - YoutubeDLPath = /usr/local/bin/youtube-dl (does exist, version: 2017.02.07)
- Installed scripts: Away Mover.js; Away Mover.js.store; LICENSE; README.md; advertising.js; aloneMode.js; badchan.js; bookmark.js; covatar.js; dev.js; followme.js; idle.js; metadata.js; norecording.js; rememberChannel.js; showcase.js; sound.js; welcometext.js; youtube; youtube.js

OTHER INFORMATION
- Report date: 15.02.2017 15:21:58 EST -05:00:00 (timezone: America/New_York)
- TeamSpeak 3 Version: 3.0.18.2
- youtube-dl Version: 2017.02.07
- DiagScript version: 0.4.6
 
Last edited:
Status
Not open for further replies.
Top