HI,
I am using Jspeex Api to convert a .wav file into .spx file, everything goes perfect when tested on desktop it took only 2 seconds, Android developer used the same code but they took around 3 minutes to encode the same file on their simulator & Phone. Is there any way to reduce this time for encoding? Code used to convert is as follows,
new JSpeexEnc().encode(new File("source.wav"), new File("dest.spx"));
Thanks, Rohit.