awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 रिपॉजिटरी

Awesome GitHub RepositoriesMel-Spectrogram Processing

Techniques for transforming audio waveforms into mel-spectrograms for analysis by neural networks.

Distinct from Audio Processing: Focuses specifically on the mel-frequency scaling transformation for CNN input, not general audio synthesis or transformation

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Mel-Spectrogram Processing. Refine with filters or upvote what's useful.

Awesome Mel-Spectrogram Processing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • fchollet/deep-learning-modelsfchollet का अवतार

    fchollet/deep-learning-models

    7,349GitHub पर देखें↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Transforms raw audio waveforms into mel-spectrograms before passing them into convolutional neural networks.

    Python
    GitHub पर देखें↗7,349
  • huggingface/parler-ttshuggingface का अवतार

    huggingface/parler-tts

    5,579GitHub पर देखें↗

    Parler-TTS is a library for generating high-quality speech from text, supporting both inference and model training. It combines a transformer-based text-to-speech generator with a mel-spectrogram decoder to convert written text into natural-sounding audio. The project distinguishes itself through text-conditioned voice control, which allows speaker attributes like gender, pitch, speaking rate, and style to be adjusted via a natural-language description. It also includes speaker embedding selection for maintaining voice identity across multiple generations, and a fine-tuning recipe system that

    Ships a neural mel-spectrogram decoder that converts transformer outputs into time-frequency audio representations.

    Python
    GitHub पर देखें↗5,579
  • nvidia/tacotron2NVIDIA का अवतार

    NVIDIA/tacotron2

    5,300GitHub पर देखें↗

    This project is a neural text-to-speech framework and PyTorch model designed to synthesize human speech. It converts written text into synthetic audio by predicting mel spectrograms, which serve as an intermediate representation for voice generation. The system includes a conditioning model for WaveNet to ensure natural-sounding audio output. It provides a distributed training framework that utilizes multi-GPU processing and automatic mixed precision to optimize training speed and reduce memory usage. The project covers the full pipeline of neural speech synthesis, from model training using

    Uses mel spectrograms as a frequency-domain intermediate representation between the encoder and the vocoder.

    Jupyter Notebook
    GitHub पर देखें↗5,300
  • moonintheriver/diffsingerMoonInTheRiver का अवतार

    MoonInTheRiver/DiffSinger

    4,804GitHub पर देखें↗

    DiffSinger एक AI वोकल सिंथेसाइज़र और न्यूरल ऑडियो जनरेटर है जिसे हाई-फिडेलिटी सिंगिंग और स्पीच तैयार करने के लिए डिज़ाइन किया गया है। यह एक टेक्स्ट-टू-स्पीच सिस्टम और डिफ्यूजन-आधारित सिंगिंग वॉयस सिंथेसिस टूल के रूप में कार्य करता है जो टेक्स्ट और पिच को ऑडिबल ऑडियो में बदल देता है। यह सिस्टम यथार्थवादी वोकल परफॉरमेंस उत्पन्न करने के लिए शैलो डिफ्यूजन मैकेनिज्म और इटरेटिव नॉइज़ रिफाइनमेंट का उपयोग करता है। इसमें इन्फरेंस को तेज़ करने और सिंथेटिक आवाज़ें उत्पन्न करने में लगने वाले समय को कम करने के लिए विशेष सैंपलिंग प्लगइन्स और न्यूमेरिकल सॉल्वर्स शामिल हैं। यह प्रोजेक्ट टेक्स्ट को टाइम-डोमेन ऑडियो वेवफॉर्म में बदलने के लिए एकॉस्टिक मॉडलिंग, मेल-स्पेक्ट्रोग्राम सिंथेसिस और न्यूरल वोकोडर रिकंस्ट्रक्शन को कवर करता है। इसमें रिकॉर्डिंग की सोनिक क्वालिटी को बेहतर बनाने के लिए सिंथेटिक वोकल एन्हांसमेंट की क्षमताएं भी शामिल हैं।

    Produces mel-spectrograms as the intermediate time-frequency representation between text input and audio waveforms.

    Pythonaaai2022diffusion-modeldiffusion-speedup
    GitHub पर देखें↗4,804
  • tensorspeech/tensorflowttsTensorSpeech का अवतार

    TensorSpeech/TensorflowTTS

    3,993GitHub पर देखें↗

    TensorFlowTTS is a neural speech synthesis framework used to convert text into high-fidelity audio waveforms. It provides a toolkit for training and fine-tuning sequence-to-sequence or generative adversarial network architectures to produce natural sounding speech. The system includes neural vocoder implementations that transform intermediate acoustic representations into final audio waveforms. It also features playback speed control to adjust the rate of synthesized speech output. The framework covers the end-to-end pipeline for speech synthesis, including audio data preprocessing to create

    Converts raw audio into mel-spectrograms with logarithmic scaling to standardize input for neural networks.

    Python
    GitHub पर देखें↗3,993
  • aubio/aubioaubio का अवतार

    aubio/aubio

    3,714GitHub पर देखें↗

    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

    Computes energy levels across different mel-frequency bands to analyze specific sound characteristics.

    Canalysisannotationaudio
    GitHub पर देखें↗3,714
  • tsurumeso/vocal-removertsurumeso का अवतार

    tsurumeso/vocal-remover

    1,748GitHub पर देखें↗

    Vocal Remover is a deep learning application designed for audio source separation. It functions as a command-line utility that decomposes complex audio signals into individual components, specifically isolating vocals and instrumental tracks from mixed recordings. The software utilizes a symmetric encoder-decoder neural network architecture to process audio spectrograms. By applying learned magnitude masks to the original signal phase, the system reconstructs output audio while maintaining temporal coherence. It supports both the execution of pre-trained models for track extraction and the tr

    Converts time-domain audio waveforms into frequency-domain representations to allow neural networks to perform precise spatial filtering on audio data.

    Pythonaudiodeep-learningpytorch
    GitHub पर देखें↗1,748
  • voice-cloning-app/voice-cloning-appvoice-cloning-app का अवतार

    voice-cloning-app/Voice-Cloning-App

    1,438GitHub पर देखें↗

    This application is a platform for AI voice synthesis and neural voice cloning. It provides a comprehensive toolkit for converting text into natural-sounding human speech by applying custom-trained neural network models to specific audio samples. The system facilitates the entire lifecycle of voice model development, including the preparation of raw audiobooks and video transcriptions into structured training datasets. It supports the training of these models on local or remote hardware, utilizing multi-GPU distributed processing to handle large-scale data and accelerate model convergence. B

    Transforms raw audio waveforms into mel-spectrograms for analysis by neural networks.

    Pythondeep-learningpythonpytorch
    GitHub पर देखें↗1,438
  • soniqo/speech-swiftsoniqo का अवतार

    soniqo/speech-swift

    896GitHub पर देखें↗

    यह प्रोजेक्ट Apple Silicon के लिए विशेष रूप से इंजीनियर, ऑन-डिवाइस स्पीच रिकग्निशन, सिंथेसिस और ऑडियो प्रोसेसिंग के लिए एक व्यापक टूलकिट है। यह वास्तविक समय, फुल-डुप्लेक्स वॉयस एजेंट बनाने के लिए एक फ्रेमवर्क प्रदान करता है जो पूरी तरह से ऑफ़लाइन काम करते हैं, प्रदर्शन और गोपनीयता बनाए रखने के लिए नेटिव हार्डवेयर त्वरण का लाभ उठाते हैं। ऑप्टिमाइज़्ड मशीन लर्निंग मॉडल का उपयोग करके, लाइब्रेरी बाहरी क्लाउड सेवाओं पर निर्भरता के बिना जटिल ऑडियो कार्यों के स्थानीय निष्पादन को सक्षम बनाती है। यह लाइब्रेरी स्थानीय, उच्च-प्रदर्शन वॉयस इंटरैक्शन पर अपने विशेष फ़ोकस के माध्यम से खुद को अलग बनाती है। इसमें स्ट्रीमिंग ऑडियो पाइपलाइनों के लिए परिष्कृत ऑर्केस्ट्रेशन शामिल है, जो कम विलंबता के साथ वास्तविक समय ट्रांसक्रिप्शन, स्पीच सिंथेसिस और वॉयस क्लोनिंग की अनुमति देता है। सिस्टम को निरंतर, इंटरैक्टिव बातचीत को संभालने के लिए डिज़ाइन किया गया है, जिसमें ऑडियो फीडबैक लूप को रोकने और पर्सिस्टेंट स्ट्रीमिंग सत्रों को प्रबंधित करने के लिए इन-बिल्ट तंत्र शामिल हैं। मुख्य इंटरैक्शन से परे, प्रोजेक्ट ऑडियो एन्हांसमेंट और प्रबंधन क्षमताओं का एक विस्तृत सूट प्रदान करता है। यह स्पीकर डायराइजेशन और एम्बेडिंग निष्कर्षण के साथ-साथ सोर्स सेपरेशन, नॉइज़ रिडक्शन और ऑडियो अपसैंपलिंग सहित उन्नत सिग्नल प्रोसेसिंग का समर्थन करता है। फ्रेमवर्क व्यापक मॉडल प्रबंधन उपयोगिताएँ भी प्रदान करता है, जैसे क्वांटाइजेशन नियंत्रण, मेमोरी प्रबंधन और कस्टम मॉडल वेट लोडिंग के लिए समर्थन, यह सुनिश्चित करते हुए कि डेवलपर्स स्थानीय हार्डवेयर पर प्रोसेसिंग गति और संसाधन खपत को संतुलित कर सकें। प्रोजेक्ट में ऑडियो कार्यों को निष्पादित करने और मॉडल वेट्स को ऑप्टिमाइज़्ड प्रारूपों में बदलने के लिए एक कमांड-लाइन इंटरफ़ेस शामिल है। यह मानक उद्योग इंटरफ़ेस के साथ एकीकरण की सुविधा के लिए HTTP और WebSocket एंडपॉइंट्स को भी उजागर करता है।

    Transforms audio waveforms into mel-spectrograms for analysis by neural networks.

    Swiftapple-siliconasrcoreml
    GitHub पर देखें↗896
  1. Home
  2. Artificial Intelligence & ML
  3. Audio Processing
  4. Mel-Spectrogram Processing

सब-टैग एक्सप्लोर करें

  • Mel-band Energy ExtractionsComputing energy levels across mel-frequency bands for audio feature analysis. **Distinct from Mel-Spectrogram Processing:** Specifically extracts energy levels per band, whereas Mel-Spectrogram Processing covers the generation of the full 2D representation for ML.
  • Neural DecodersNeural network decoders that convert internal representations into mel-spectrograms for speech synthesis. **Distinct from Mel-Spectrogram Processing:** Distinct from Mel-Spectrogram Processing: focuses on the neural decoder that generates spectrograms from model states, not on the transformation of audio into spectrograms.