awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jameslyons avatar

jameslyons/python_speech_features

0
View on GitHub↗
2,422 星标·609 分支·Python·MIT·11 次浏览

Python Speech Features

Python speech features is a signal processing toolkit and library for extracting standard speech recognition features from raw audio signals. It provides computational capabilities to calculate mel-frequency cepstral coefficients, raw and log filterbank energies, and spectral subband centroids for automated speech recognition systems and acoustic analysis.

The library implements audio signal transformations including pre-emphasis filtering, overlapping windowed frame segmentation, Fast Fourier Transform spectral analysis, mel-filterbank projection with configurable filter weights and frequency ranges, and discrete cosine transform cepstral projection.

Features

  • Audio Feature Extraction - Computes standard audio representations such as mel-frequency cepstral coefficients and filterbank energies from raw audio.
  • Mel-band Energy Extractions - Transforms audio frequency spectrums into perceptually-scaled filterbank energies using configurable mel-triangle filter weights.
  • Speech Recognition - Extracts standard audio representations like mel-frequency cepstral coefficients for speech recognition tasks.
  • Feature Extraction - Provides a signal processing toolkit for computing cepstral coefficients and filterbank energies for speech recognition.
  • Mel-Frequency Cepstral Coefficients - Applies a discrete cosine transform to convert log filterbank energies into cepstral coefficients.
  • Fourier Transforms - Converts windowed time-domain audio frames into frequency-domain power spectra using numerical Fourier transforms.
  • Spectral Centroids - Computes spectral subband centroids from audio signals to characterize frequency distribution.
  • Windowed Segmentation - Segments continuous audio waveforms into overlapping short-time frames using configurable window functions.
  • Audio Frequency Analysis - Analyzes audio signals by computing spectral subband centroids to characterize frequency distributions.
  • Pre-Emphasis Filters - Applies a high-pass digital filter to raw audio signals to amplify high frequencies.

Star 历史

jameslyons/python_speech_features 的 Star 历史图表jameslyons/python_speech_features 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

jameslyons/python_speech_features 是做什么的?

Python speech features is a signal processing toolkit and library for extracting standard speech recognition features from raw audio signals. It provides computational capabilities to calculate mel-frequency cepstral coefficients, raw and log filterbank energies, and spectral subband centroids for automated speech recognition systems and acoustic analysis.

jameslyons/python_speech_features 的主要功能有哪些?

jameslyons/python_speech_features 的主要功能包括:Audio Feature Extraction, Mel-band Energy Extractions, Speech Recognition, Feature Extraction, Mel-Frequency Cepstral Coefficients, Fourier Transforms, Spectral Centroids, Windowed Segmentation。

jameslyons/python_speech_features 有哪些开源替代品?

jameslyons/python_speech_features 的开源替代品包括: aubio/aubio — Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides… tyiannak/pyaudioanalysis — pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for… accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries… librosa/librosa — Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature… alphacep/vosk-api — Vosk is an offline speech-to-text engine and API that converts spoken audio into text locally on a device. It provides… allendowney/thinkdsp — ThinkDSP is a Python-based audio signal processing framework and educational resource designed for studying the…

Python Speech Features 的开源替代方案

相似的开源项目,按与 Python Speech Features 的功能重合度排序。
  • aubio/aubioaubio 的头像

    aubio/aubio

    3,714在 GitHub 上查看↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    在 GitHub 上查看↗3,714
  • librosa/librosalibrosa 的头像

    librosa/librosa

    8,200在 GitHub 上查看↗

    Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature extraction suite and music information retrieval tool designed to analyze the structural and sonic characteristics of audio signals. The library provides specialized capabilities for music analysis, including dynamic tempo tracking to identify rhythmic pulses and spectral feature extraction to compute harmonic spectra, chroma variants, and onset points. It also serves as a time-series audio processor for synchronizing audio streams. The system covers a broad range of audio processing

    Pythonaudiodsplibrosa
    在 GitHub 上查看↗8,200
  • accord-net/frameworkaccord-net 的头像

    accord-net/framework

    4,540在 GitHub 上查看↗

    This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries for numerical analysis, statistics, and mathematical optimization. It serves as a foundational toolkit for developing applications in machine learning, digital signal processing, and computer vision. The framework provides specialized toolkits for training and deploying predictive models, including neural networks, support vector machines, and decision trees. It further distinguishes itself with deep integrations for real-time visual analysis, such as object tracking and facia

    C#
    在 GitHub 上查看↗4,540
  • tyiannak/pyaudioanalysistyiannak 的头像

    tyiannak/pyAudioAnalysis

    6,242在 GitHub 上查看↗

    pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for extracting mathematical representations of sound, such as spectrograms, and implements a system for training and evaluating machine learning models to classify audio segments based on acoustic patterns. The project includes dedicated utilities for audio segmentation, which allow for the removal of silence and the detection of specific audio events to divide recordings into meaningful sections. It also provides data visualization capabilities that use dimensionality reduction to ma

    Python
    在 GitHub 上查看↗6,242
查看 Python Speech Features 的所有 30 个替代方案→

包含 Python Speech Features 的精选搜索

收录 Python Speech Features 的精选合集。
  • Voice and audio processing