Skip to content
#

speech

Here are 628 public repositories matching this topic...

Bond-H
Bond-H commented Sep 17, 2019
  • 系统环境:

    • Paddle版本:1.5.1,CPU,无使用其他加速模块
    • 系统: CentOS 6.3
  • 问题描述:

    • 使用paddle.fluid.contrib.slim.Compressor模块进行模型压缩
    • 压缩后的模型,float能正常运行,int8版出现以下错误:
      image
  • 问题复现:

git clone https://github.com/Bond-SYSU/paddle_compress.git
cd paddle_compress
sh run.sh compress   #
pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.

  • Updated Jun 11, 2020
  • Python
PetrochukM
PetrochukM commented Mar 3, 2020

🐛 Bug

In order to enable inversion of an STFT via the inverse STFT in istft, it is sufficient that the signal windowing obeys the constraint of “Constant OverLap Add” (COLA). This ensures that every point in the input data is equally weighted, thereby avoiding aliasing and allowing full reconstruction.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.check_COLA.html

Le

xinzheshen
xinzheshen commented Dec 25, 2019

@lfchener 我看报错这行代码是您最近添加的,我是pip安装的环境, 并按照readme 一步步执行的,但执行到infer时报错,是readme过时了吗?谢谢。
Traceback (most recent call last):
File "/home/shenxz/.IdeaIC2019.2/config/plugins/python-ce/helpers/pydev/pydevd.py", line 1415, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "/home/shenxz/code/DeepSpeech/infer.py", line 152, in
main()
File "/home/sh

soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

jjatria
jjatria commented Apr 6, 2016

Currently (6.0.15), inline comments (marked by ;) in lines with command names are interpreted to be part of the command name:

Create TextGrid: 0, 1, "tier", "" ; Good
asserterror Command "Remove ; Bad!"
  ... not available for current selection.
Remove ; Bad!

As shown in the snippet, a comment next to the first command (after the argument list) is correctly ignored, but when used

The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.

  • Updated May 2, 2019
  • Java
Valkryst
Valkryst commented Oct 18, 2017
  1. Write JavaDoc comments for all class variables and functions.
  2. In many cases, there are multi-line JavaDoc comments where the opening /** and closing */ could be moved onto the same line as the comment itself.
  3. There are functions with unfinished JavaDoc comments.
  4. JavaDoc comments on classes can be removed if they have no useful information (Ex. A one-line description of t

Improve this page

Add a description, image, and links to the speech topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the speech topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.