[mp3encoder] text to speech application - will lame solve my problem?

2009-09-08 Thread Andreas Karlsson
Hi guys, I'm into writing an application in JAVA that takes the output from a TTS (Text to speech) engine and outputs that as a mp3 stream on a webpage. My problem is the TTS-engine generating raw PCM as output and I have to start sending the mp3-stream before the TTS is done since 10 second of s

Re: [mp3encoder] text to speech application - will lame solve my problem?

2009-09-08 Thread Aleksandar Kostadinov
I have once tried to make a TTS engine write to a pipe file and have lame read from the pipe file but that failed badly. I found a workaround so didn't find a fix. Is this Linux? You could try some magic with ALSA. For example writing to file or memory and have lame read from there. As well I've h