We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1b0d7 commit c61b7ecCopy full SHA for c61b7ec
2 files changed
CHANGELOG.md
@@ -5,6 +5,19 @@ All notable changes will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
8
+## [0.1.1] - 2025-08-05
9
+
10
+### Added
11
12
+- Support `python -m funasr_client` usage
13
14
+### Fixed
15
16
+- `mic_asr`
17
+ - do not start the mic stream until connection is ready
18
+ - do not throw input buffer overflow exception
19
20
21
22
## [0.1.0] - 2025-08-04
23
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "funasr-client"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "FunASR WebSocket Client."
readme = "README.md"
authors = [
0 commit comments