Skip to content

Commit

Permalink
Merge branch 'cn_example_bugfix' into 'master'
Browse files Browse the repository at this point in the history
Bugfix(CN_example):Modify sample rate of playback.

See merge request speech-recognition-framework/esp-skainet!31
  • Loading branch information
sun-xiangyu committed Jul 17, 2023
2 parents 5ebff64 + 2cb9b89 commit d2d0340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cn_speech_commands_recognition/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void detect_Task(void *arg)
void app_main()
{
models = esp_srmodel_init("model");
ESP_ERROR_CHECK(esp_board_init(AUDIO_HAL_16K_SAMPLES, 1, 16));
ESP_ERROR_CHECK(esp_board_init(AUDIO_HAL_08K_SAMPLES, 1, 16));
// ESP_ERROR_CHECK(esp_sdcard_init("/sdcard", 10));
#if defined CONFIG_ESP32_KORVO_V1_1_BOARD
led_init();
Expand Down

0 comments on commit d2d0340

Please sign in to comment.