mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Merge branch 'doc/update_docs' into 'master'
Update CHANGELOG and README See merge request speech-recognition-framework/esp-sr!156
This commit is contained in:
commit
f900648c87
@ -1,7 +1,10 @@
|
||||
# Change log for esp-sr
|
||||
|
||||
## 2.0.4
|
||||
- Add DOA(Direction of Arrival) algorithm
|
||||
|
||||
## 2.0.3
|
||||
-Add wakenet9 support for ESP32
|
||||
- Add wakenet9 support for ESP32
|
||||
|
||||
## 2.0.2
|
||||
- Accelerate the AEC of ESP32C5, reducing the CPU loading from 39% to 30%.
|
||||
|
||||
@ -95,8 +95,8 @@ Our two-mic Audio Front-End (AFE) have been qualified as a “Software Audio Fro
|
||||
|
||||
## Documentation and Resources
|
||||
|
||||
ESP-SR Documentation: [ESP-SR Documentation](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/index.html)
|
||||
Migration Guide: [Migration from V1.* to V2.*](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/audio_front_end/migration_guide.html)
|
||||
Wake Word Training: [Wake Word Training by TTS Pipeline V2.0](https://github.com/espressif/esp-sr/issues/88)
|
||||
Examples: [esp-skainet/examples](https://github.com/espressif/esp-skainet)
|
||||
ESP-SR Documentation: [ESP-SR Documentation](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/index.html)
|
||||
Migration Guide: [Migration from V1.* to V2.*](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/audio_front_end/migration_guide.html)
|
||||
Wake Word Training: [Wake Word Training by TTS Pipeline V2.0](https://github.com/espressif/esp-sr/issues/88)
|
||||
Examples: [esp-skainet/examples](https://github.com/espressif/esp-skainet)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version: "2.0.3"
|
||||
version: "2.0.4"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user