我在 Code Composer Studio 版本:6.0.1.00040 中使用卡 LCDK C6748 工作。
在这张卡中,有 LINE_OUT 用于将音频采样到扬声器中。
我的问题出现了,因为当我为 LINE_OUT 分配一个值时,我遇到了一些看起来像是达到了极限值的现象:
codec_data.channel[LEFT]= (uint16_t)outputLeft_referenceSignal;
// this union is where I have to "place" the audio sample I create,
// but I suspect outputLeft_referenceSignal exceed the limit value
当它发生时,它听起来就像扬声器中的“PACK”破裂,然后没有播放预期的音频信号