Commit 804e56cd6c4185ee4063e51811f073e3138876f3
1 parent
f0d1199e
fix(classical bt play):Closes #I3ZQRZ
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -279,6 +279,7 @@ U32 app_dec_a2dp_stream_write(U8 *ptr, U32 len, int nt, u8 frames) | @@ -279,6 +279,7 @@ U32 app_dec_a2dp_stream_write(U8 *ptr, U32 len, int nt, u8 frames) | ||
| 279 | if (xlen > AUDIO_FIFO_STREAM_FIFO_LEN()*3/4) | 279 | if (xlen > AUDIO_FIFO_STREAM_FIFO_LEN()*3/4) |
| 280 | { | 280 | { |
| 281 | //xEventGroupSetBits(event_grop, STREAM_EVENT); | 281 | //xEventGroupSetBits(event_grop, STREAM_EVENT); |
| 282 | + app_dac_mute_disable(); | ||
| 282 | uDecSend(DECODE_FRAME,TRUE); | 283 | uDecSend(DECODE_FRAME,TRUE); |
| 283 | app_main_data.playing_stream_status = STREAM_MEDIA; | 284 | app_main_data.playing_stream_status = STREAM_MEDIA; |
| 284 | } | 285 | } |
Please
register
or
login
to post a comment