[mary-users] simplephonemes as hissing sounds?

Ingmar Steiner ingmar.steiner at dfki.de
Tue Apr 12 06:35:27 CEST 2016


Hi Michael,

could you please report your issues on GitHub, instead of posting them 
on the user mailing list?

Having said that, the bug you report was fixed a few months ago (#467), 
but not before v5.2-beta2 was released. So you'll currently need to pull 
in a more recent snapshot from oss.jcenter.org, or build from source.

Best wishes,

-Ingmar

On 11.04.16 17:06, Michael Joyner wrote:
> I'm working on doing a simple phonemes test and test what sounds like
> hissing?
>
> Here is the input text:
>
> 'wEl-k at m t@ D@ 'wr=ld @v 'spitS 'sIn-T at -sIs
>
> Attached is the ogg of the output wav.
>
> And here is my code:
>
> private void testmary() throws MaryConfigurationException,
> SynthesisException, ParserConfigurationException,
>              SAXException, IOException {
>          LocalMaryInterface marytts = new LocalMaryInterface();
>          marytts.setLocale(Locale.US);
>          marytts.setInputType("SIMPLEPHONEMES");
>          File file = new File("input/simple-phonemes.txt");
>          AudioInputStream audio =
> marytts.generateAudio(FileUtils.readFileToString(file, "UTF-8"));
>
> MaryAudioUtils.writeWavFile(MaryAudioUtils.getSamplesAsDoubleArray(audio),
> "output/simple-phonemes.wav",
>                  audio.getFormat());
>      }
>
> Using: compile 'de.dfki.mary:voice-cmu-slt-hsmm:5.2-beta2'
>
> --
>
>   * Learn to speak, read, and write the Cherokee language:
>     http://jalagigawoni.gnomio.com/
>
>
>
> _______________________________________________
> Mary-users mailing list
> Mary-users at dfki.de
> http://www.dfki.de/mailman/cgi-bin/listinfo/mary-users
>


More information about the Mary-users mailing list