Oops, Shoulda been "int16_t" not "uint16_t".
Change-Id: Ic2a54e9f283acb1c362857a3f1422ed3c532249f
This commit is contained in:
parent
3c391ad51b
commit
97a535d83c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ static void voice_stop_playback(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Grab a free PCM frame */
|
/* Grab a free PCM frame */
|
||||||
static uint16_t * voice_buf_get(void)
|
static int16_t * voice_buf_get(void)
|
||||||
{
|
{
|
||||||
if (voice_unplayed_frames() >= VOICE_FRAMES)
|
if (voice_unplayed_frames() >= VOICE_FRAMES)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue