Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Problem in using mark() and reset() methods of java

  Asked By: Daisy    Date: Jun 06    Category: Java    Views: 971
  

We are currently building the TTS(Text To Speech) system for
gujarati. While doing this we need to concatinate 3 sound files
and play it as well put it into a single sound file.

For doing this we are using AudioInputStream
class,SequenceInputStream,SourceDataLine and BufferedInputStream
classes. We r using the java version:j2sdk1.4.2 which has mark() and
reset() methods. AudioInputStream is not supporting the mark() method
and reset() methods. So to use this two methods we used
BufferedInputstream class which supports these methods. We can set
the mark but we are neither able to play it using SourceDataLine's
object nor we can write to any file and play it b'coz the header gets
lost.

So please help us in the way that we can solve our problem
using mark() and reset() methods or may be by some other way
(methods).

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Problem in using mark() and reset() methods of java Or get search suggestion and latest updates.




Tagged: