cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1783
Views
0
Helpful
3
Replies

G729 VM wav on iPhone/iPod Touch

wfpaez0001
Level 1
Level 1

Hello,

I've looked around in this community and found a few folks asking about playing VoiceMessage.wav files on their iPhones.  Some can, some can't.  Those that can, it seems, may not be using G729-encoded WAVs.

But, before everyone pounces:

I've written a G729 (and Annex A, B and AB) decoder using the CCITU reference code as a starting point for the iPhone/iPod Touch.  The reference bitstreams CCITU provide work just fine.  (simply: I can get an e-mail with a G729 WAV attachment and play it on my iPod Touch, via my app; porting this to some other platform wouldn't be much of a hassle - licensing the IP, on the other hand...).

Looking at a VoiceMessage.wav file I received from a friend who has Unity, I see that the wave format tag (RIFF fmt chunk, bytes 9 and 10) come back as 0x0133 - that's defined as, WAVE_FORMAT_SIPROLAB_G729 (sorry, I wasn't shouting - I was copying/pasting).

After stripping away the RIFF header (RIFF, fmt ,fact and DATA chunks), I have what should be G729 data.  It isn't - or, at least, it is in some sort of packed format.

G729 bitstreams have a SYNC_WORD of 0x6B21, then a 50 (dec: 80 - the number of bytes in the frame) delimiting each frame.  Every 164 bytes, this repeats.  That's not the case with the WAV I received.  The person who sent it to me is in a position to know her system uses G729.  The WAV indicates it is G729.  There are no SYNC_WORDs anywhere and the 50s are scattered randomly (they're probably data at this point).

If that's the case, where do I find information about that extra layer of compression?  Could it be the 80-byte packets are there, and that the SYNC_WORDs were left out, to be put back in at read time? (after all, if you know you're going to be processing 80-byte chunks, why bother writing out the SYNC_WORDs?)  hmm...

3 Replies 3

wfpaez0001
Level 1
Level 1

Reading more - it seems the data may be packed as described by the IETF RTP specification.

wfpaez0001
Level 1
Level 1

FWIW: I just (literally - 6 minutes ago) got G729 voice messages to play on my iPod Touch directly out of e-mail.

Not sure if that's worth anything to anyone, but it *can* be done.

I rank the experience like learning long division. 

I am trying to do something like what you are doing but I just simply want to encode a PCM file to the format that cisco uses , is it possible to share your experience about the file format as I can't find it any where .