-
Updated
Aug 9, 2022 - Python
asr
Here are 509 public repositories matching this topic...
-
Updated
Aug 2, 2022 - Python
-
Updated
May 13, 2022 - Python
关于信号处理方法的两个小问题
1. Recorder.SampleData()
(1) 命名建议:这个方法的功能相当于是重采样,而且本质上只会降低采样率,建议改名为ResampleData/DownsampleData更合适。
(2) 现在的的降低采样率实现方式只是按比例舍弃采样(decimation),但是从信号处理的角度,单纯这样做的话会有aliasing effect(混叠),引起严重失真(注意,此现象并非由于采样点减少本身导致的音质变差)。标准的降低采样率方式应当在处理之前加入低通滤波过程。如采样比非整数,则应先提高采样率再降低采样率。参见https://zh.wikipedia.org/zh-my/%E9%99%8D%E9%87%87%E6%A0%B7
2. pcmAbsSum
目前音量显示用信号绝对值之和的平均值,此方法据我所知并非标准做法,而且不反映能量/功率(power)。常
-
Updated
Jun 30, 2022 - Jupyter Notebook
-
Updated
Aug 5, 2022 - Python
-
Updated
Aug 8, 2022 - C++
-
Updated
Mar 14, 2022 - Python
-
Updated
May 26, 2022 - Python
Creating CSV files manually is a lot of work. This could be automated by a script if the name of the WAV file is the same as the transcript.
The same could be done for creating a language model input text file. A script could pull the transcript from the WAV file name.
-
Updated
Apr 28, 2021 - Python
-
Updated
Jul 24, 2022 - Python
-
Updated
May 29, 2022 - Python
-
Updated
May 23, 2019 - C++
-
Updated
Mar 20, 2022 - Python
-
Updated
Mar 11, 2022 - Python
-
Updated
May 7, 2020 - Python
Design a Logo
Design a logo for LibreASR and share it here.
To make an open source project cool, it should have a logo
Raspberry Pi Support
-
Updated
Aug 30, 2021 - Python
Create REST server
-
Updated
Jul 24, 2022 - Python
-
Updated
May 1, 2022 - Python
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Mar 30, 2021 - Python
-
Updated
Apr 23, 2022 - Python
Improve this page
Add a description, image, and links to the asr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asr topic, visit your repo's landing page and select "manage topics."

English text: The girls stared at their father. Mrs. Bennet said only, "Nonsense, nonsense!"
remove ! then the error disappeared.
Error Log:
Traceback (most recent call last):
File "readText_Paddle.py", line 1175, in
englishTxt2WavbyPaddle(mp3filepath,textforSpeak)
File "readText_Paddle.py", line 147, in englishTxt2WavbyPaddle
wav_file = tts_executor(
File "