Hello,
I am porting C++ sound application in to JAVA. I have a problem sound decoding in JAVA. The problem is that when i decode sound data in c++ and JAVA, both gives me different size buffer. The size of the JAVA buffer is almost HALF of C++. The sound quality is also different.
Please give me siggestion what parameter might be affecting to decode sound in JAVA.
Thanks In Advance