All Projects → openitu → Stl

openitu / Stl

Licence: other
The ITU-T Software Tool Library (G.191)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Stl

audio noise clustering
https://dodiku.github.io/audio_noise_clustering/results/ ==> An experiment with a variety of clustering (and clustering-like) techniques to reduce noise on an audio speech recording.
Stars: ✭ 24 (-45.45%)
Mutual labels:  speech, audio-processing
Emotion Classification From Audio Files
Understanding emotions from audio files using neural networks and multiple datasets.
Stars: ✭ 189 (+329.55%)
Mutual labels:  speech, audio-processing
Julius
Open-Source Large Vocabulary Continuous Speech Recognition Engine
Stars: ✭ 1,258 (+2759.09%)
Mutual labels:  speech, audio-processing
Xr3player
🎧 🎼 Advanced JavaFX Media Player
Stars: ✭ 472 (+972.73%)
Mutual labels:  speech, audio-processing
Introduction To Programming With Matlab
Coursera Course: Introduction to Programming 👩‍💻 with MATLAB ~by Vanderbilt University 🎓
Stars: ✭ 23 (-47.73%)
Mutual labels:  audio-processing
Annyang
💬 Speech recognition for your site
Stars: ✭ 6,216 (+14027.27%)
Mutual labels:  speech
Praat
Praat: Doing Phonetics By Computer
Stars: ✭ 675 (+1434.09%)
Mutual labels:  speech
Speech Emotion Analyzer
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
Stars: ✭ 633 (+1338.64%)
Mutual labels:  speech
Dialectid e2e
End to End Dialect Identification using Convolutional Neural Network
Stars: ✭ 40 (-9.09%)
Mutual labels:  speech
Kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Stars: ✭ 985 (+2138.64%)
Mutual labels:  audio-processing
Arcan
Arcan - [Display Server, Multimedia Framework, Game Engine] -> "Desktop Engine"
Stars: ✭ 885 (+1911.36%)
Mutual labels:  audio-processing
Audino
Open source audio annotation tool for humans™
Stars: ✭ 740 (+1581.82%)
Mutual labels:  audio-processing
Lightspeech
LightSpeech: Lightweight and Fast Text to Speech with Neural Architecture Search
Stars: ✭ 31 (-29.55%)
Mutual labels:  speech
Ffmediaelement
FFME: The Advanced WPF MediaElement (based on FFmpeg)
Stars: ✭ 733 (+1565.91%)
Mutual labels:  audio-processing
Discordspeechbot
A speech-to-text bot for discord with music commands and more using NodeJS. Ideally for controlling your Discord server using voice commands, can also be useful for hearing-impaired people.
Stars: ✭ 35 (-20.45%)
Mutual labels:  speech
Segan
Speech Enhancement Generative Adversarial Network in TensorFlow
Stars: ✭ 661 (+1402.27%)
Mutual labels:  speech
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+1800%)
Mutual labels:  audio-processing
Wsay
Windows "say"
Stars: ✭ 36 (-18.18%)
Mutual labels:  speech
Baresip
Baresip is a modular SIP User-Agent with audio and video support
Stars: ✭ 817 (+1756.82%)
Mutual labels:  telephony
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+1636.36%)
Mutual labels:  audio-processing

README for the ITU-T Software Tool Library (STL)

The STL provides software for speech- and audio-related speech processing, including narrowband (telephony), wideband ans super-wideband applications. This includes codecs, noise generators, filter, etc.

The STL is standardized by ITU-T in Recommendation ITU-T G.191 "Software tools for speech and audio coding standardization".

A few more lines on the STL mission statement and target audience, as well as the proposed development and change process can be found below.

Build procedure

The STL should compile on state-of-the-art Microsoft Windows, MacOS, and Unix-based systems. More recent additions to the STL have not been tested with less recent platforms.

To build the STL tools, you need:

Not so recent C compilers might also work (not tested).

#Download source code
git clone https://github.com/openitu/STL

#Enter directory
cd STL

#Generate platform dependent build scripts using CMake
#For using a specific generator see CMake parameter "-G"
cmake .

##Build STL tools
cmake --build .

##Run tests (optional)
ctest

Licenses

The STL, and all of its derivations, is subject to the "ITU-T General Public License", which is a modified version of the GPL1. Please read the file LICENSE.md for the terms and conditions.

The code in is54 and rpeltp have additional copyright issues. Please read the appropriate files in these directories.

Mission statement

The vision of the ITU-T software tools library (STL) was to provide a set of common, coherent and portable signal processing tools to facilitate the development of speech and audio coding algorithms, in particular within the standardization environment in ITU.

The refocusing of the STL as an open source project continues to aim at providing a library of portable, interworkable, modular, reliable and well-documented software routines, now led and maintained by an open, wide community of experts developing and testing speech and audio coding algorithms, to and that satisfies its evolving needs.

Future work may extend the STL to include image and video coding algorithms.

Target audience

The primary audience using, maintaining and extending the STL is primarily constituted of standards makers and the scientific community developing and testing speech and audio coding algorithms. This includes students of electrical engineering and computer sciences.

Development and change process

We distinguish between (1) the STL code development in the open source environment, and (2) the maintenance and update of Recommendation ITU-T G.191 in the standardization environment.

Open source environment (GitHub):

  • It follows the best practices for open source code development
  • Participation is open and encouraged to anyone interested in the development of the STL, independent of ITU membership.
  • The open source environment will have three branches of the STL:
    1. Master branch — the latest ITU-T approved version of the STL (starting with STL2009);
    2. Development branch — to advance the STL code and add new features; and
    3. Submission branch — to submit new stable code to SG12.
  • Proposals submitted to the development branch document motivation and intended merits.
  • Any tools in the library should satisfy the principles outlined in clauses 2.3 and 2.4 of the G.191: ITU-T Software Tool Library 2009 User's manual, in particular with respect to testing of portability and compliance.
  • New tools:
    • should not overlap in functionality provided by other tools already in the library, unless there is community consensus on the benefits of such approach;
    • should provide evidence of and tools for portability;
    • should provide a sufficient number of software tests;
    • should provide a license with freedoms at least as those found in the ITU-T STL copyleft license (see Recommendation ITU-T G.191 (03/2010), Annex B). Compatible, less restrictive licenses, could be used.
  • Changes to existing tools:
    • should provide sufficient evidence that the changes do not break existing code (in particular, backward compatibility), unless there is community consensus that this is the best approach;
    • should respect the license of the tool.
    • The development branch is used for discussion and consensus building on a stable version, for inclusion in the submission branch.

Standardization environment (ITU-T Study Group 12):

  • Participation is limited to those who can participate in the standardization work in ITU-T SG12.
  • The Editor of ITU-T G.191 monitors the change process in the open source environment.
  • Upon availability of sufficient stable material in the submission branch, the Editor of ITU-T G.191 submits a TD to Q2/12 summarizing the proposed changes and related discussion, and provides a snapshot of the submission branch as basis for a revised version of ITU-T G.191.
  • The TD is considered by Q2/12, and action is taken following the alternative approval procedure (AAP) for ITU-T Recommendations.
  • The Editor of ITU-T G.191 provides feedback on the actions taken to the developers in the open source environment, and, upon approval of a revised version of G.191, updates the master branch of the open source environment.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].