record sound in 8 bit on ios

When recording sound on ios.
is it possible with corona to change the bit rate. so that I can record the sound in 8bit pcm?

what is the format recorded default ios
44.1 kHz 16 bit pcm aiff?

you can change the samplin rate with setSampleRate… but I also would like to change the bit size.

Best regards [import]uid: 150565 topic_id: 27097 reply_id: 327097[/import]

I don’t think this is possible. (Hardware is optimized to 16-bit. It’s usually better to do what the OS/hardware wants to do.)
[import]uid: 7563 topic_id: 27097 reply_id: 110167[/import]