I am using JSpeex api for decoding rtmp audio stream into wave file and using the same stream to save speex encoded audio to flv file.
I found that there are differences in both the audio.
- Time length of both audio file is different. FLV shows the original timing while wave file time is always less than the FLV file.
- The quality of FLV is better that wave file.
- The voice does not match to speaker in wave file, but FLV seems to be perfect.
Can somebody guide me in this?