Bladeren bron

打断测试

xuxinyi 4 maanden geleden
bovenliggende
commit
4e6bd3a453
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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: