I am new in Android programming and I am working in area of Text to speech in Gujarati(Indic) language and for that I have individual sound units of Gujarati alphabets stored in raw folder of res in android as I am using rule based concatenation.
Now What I have to do is to take these sound units, concate them into one speech file and need to play that resultant file. I have sound samples in
.mp3
format as well as in .waw
format.
I dont know how to do this.
I searched it on google but there are so many ways to do this that I am getting more and more confused. Please help me with this. Thanks in advance