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
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