⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
JerryEngineer
Offline
Last seen:8 months 2 days ago
加入:2017-09-28 03:19
DA14585 Voice RCU_ADPCM

Hi Dialog:

I am looking at DA14585 Voice RCU Development Kit software,and I have a issue about ADPCM.
A standard ADPCM file have index data,predictedSample and ecode data,But I only see send ecode data to the host device in the firmware.
根据我的能听懂anding,The host device need index data and predictedSample when it want to decode ADPCM file.

Regards,

Jerry

Device:
MT_dialog
Offline
Last seen:2 months 4 weeks ago
工作人员
加入:2015-06-08 11:34
Hi Jerry,

Hi Jerry,

Well, when a streaming transaction starts between the host and the peripheral the index and the predicted sample are all re-initialized and set to zero in order for the encoder and decoder of the devices to be in sync, so they start from the same point, so there is no need to send those extra values, this is done for the simplycity of the system.

Thanks MT_dialog