Kaynağa Gözat

打断测试

xuxinyi 4 ay önce
ebeveyn
işleme
4e6bd3a453
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      main/application.cc

+ 2 - 2
main/application.cc

@@ -811,7 +811,7 @@ void Application::SetDeviceState(DeviceState state) {
             display->SetStatus(Lang::Strings::STANDBY);
             display->SetEmotion("neutral");
 #if CONFIG_USE_AUDIO_PROCESSOR
-            audio_processor_.Stop();
+            // audio_processor_.Stop();
 #endif
             break;
         case kDeviceStateConnecting:
@@ -838,7 +838,7 @@ void Application::SetDeviceState(DeviceState state) {
             ResetDecoder();
             codec->EnableOutput(true);
 #if CONFIG_USE_AUDIO_PROCESSOR
-            audio_processor_.Stop();
+            // audio_processor_.Stop();
 #endif
             break;
         default: