Speech Algorithms Collections

Overview

Speech Algorithms

There is an English READEME

下载单独文件夹

目录

信号处理语音算法

标题 原文 代码
语音降噪初探——谱减法 Link Code
基于Mask的语音分离 Link Code
生成有噪声/回声/混响/啸叫的混合语音样本 Link Code
解析自适应滤波回声消除 Link Code
使用AMR编解码器生成VAD的标签 Link Code
使用TDOA进行声源定位 Link Code
以任意频率重采样语音信号 Link Code
音频数字水印的嵌入和提取 Link Code
语音变速和变调 Link Code
生成下雨的声音 Link Code
分帧,加窗和DFT Link Code
WebRTC VAD流程解析 Link Code
基于卡尔曼滤波器的回声消除算法 Link Code
WebRTC ANR流程解析 Link Code
WebRTC AGC流程解析 Link Code
WebRTC AEC流程解析 Link Code

机器/深度学习语音算法

标题 原文 代码
DNN单通道语音增强 Link Code
使用LSTM进行端点检测 Link Code
使用CNN进行简单的指令识别 Link Code
说话人性别识别 Link Code
使用XGBoost进行环境声音分类 Link Code

语音评价标准

标题 原文 代码
语音客观评价标准——语音质量评价 Link Code
语音可懂度评估(一)——基于清晰度指数的方法 Link Code
You might also like...
Fundamentals of Data structures and algorithms in c++
Fundamentals of Data structures and algorithms in c++

Data Structures & Algorithms About the repository: Contains theories and programming questions related to fundamentals of data structures and algorith

CXXGraph is a Header-Only C++ Library for Graph Representation and Algorithms
CXXGraph is a Header-Only C++ Library for Graph Representation and Algorithms

CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library".

Library for building multi-level indoor routes using routing algorithms.

Library for building multi-level indoor routes using routing algorithms. You can easily construct routing graphs and find the shortest path for optimal indoor navigation.

Header-only C++ library for robotics, control, and path planning algorithms.
Header-only C++ library for robotics, control, and path planning algorithms.

Header-only C++ library for robotics, control, and path planning algorithms.

c++ library including few algorithms and datastructures

c++ library including few algorithms and datastructures

This library contains a set of algorithms for working with the routing graph.

Library for building multi-level indoor routes using routing algorithms. You can easily construct routing graphs and find the shortest path for optimal indoor navigation.

IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation.

IntX IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation

In this project, we implemented twelve different sorting algorithms.

C - Sorting algorithms & Big O In this project, we implemented twelve different sorting algorithms. Tests tests: Folder of test files. Provided by Alx

All basic algorithms for solving problems of CP

All basic algorithms for solving problems of CP

Comments
Owner
Ryuk
Speech Algorithms
Ryuk
Azure TTS(Text-to-Speech) plugin for Unreal Engine

Build apps and games that speak naturally, choosing from more than 250 voices and over 70 languages and variants. Differentiate your brand with a customized voice, and access voices with different speaking styles and emotional tones to fit your use case.

Kenn Zhang 13 Oct 27, 2022
C++17 (-O2) template for competitive programming algorithms, which contains numerous math algorithms.

cpplibForCP C++17 (-O2) template for competitive programming algorithms, which contains numerous math algorithms. Aims: build a stable, fast, easy-to-

null 33 Nov 25, 2022
A library of common data structures and algorithms written in C.

C Algorithms The C programming language includes a very limited standard library in comparison to other modern programming languages. This is a coll

Simon Howard 2.9k Jan 9, 2023
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

The Algorithms - C # {#mainpage} Overview The repository is a collection of open-source implementation of a variety of algorithms implemented in C and

The Algorithms 15.3k Jan 5, 2023
Algorithms & Data structures in C++.

Algorithms & Data Structures in C++ 目标 ( goal ) : 经典的算法实现 (classical algorithms implementations) 服务器端 (based on linux/gcc) 正确,易于使用和改造, 一个头文件一个算法,并附带一个

xtaci 4.7k Dec 30, 2022
Several algorithms and data structures implemented in C++ by me (credited to others where necessary).

Algorithms This repository contains my implementations of several algorithms and data structures in C++ (credited to others where necessary). It has i

Petar Veličković 589 Dec 19, 2022
C++ implementations of well-known (and some rare) algorithms, while following good software development practices

ProAlgos: C++ This project is focused on implementing algorithms and data structures in C++, while following good software engineering practices, such

ProAlgos 485 Dec 7, 2022
Collection of algorithms and data structures in C++ and Java

Collection of algorithms and data structures in C++ and Java

Andrei Navumenka 1.7k Jan 2, 2023
This repository contains path planning algorithms in C++ for a grid based search.

This repository contains path planning algorithms in C++ for a grid based search.

null 245 Dec 30, 2022
Provide building blocks (software, hardware and algorithms) for implementing SLAM using small sensors

RemoteSLAM The purpose of this repo is to provide the building blocks (software drivers, hardware and algorithms) for implementing SLAM systems using

Autonomous Drones Lab, Tel Aviv University 38 Jan 20, 2022