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

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

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

boy1dr/SpleeterGui

0
View on GitHub↗
2,716 स्टार्स·275 फोर्क्स·C#·apache-2.0·7 व्यूज़

SpleeterGui

SpleeterGui is a graphical interface for the Spleeter machine learning library, serving as an AI source separation tool and audio stem extractor. It allows users to separate mixed audio files into individual source tracks, such as vocals, drums, and bass, using a visual application.

The project functions as a wrapper for the Spleeter engine, removing the requirement to use command line tools for music stem isolation and audio source separation. It provides a visual method for managing audio source isolation and preparing instrument tracks.

The interface includes tools for output directory management to define where processed audio files are saved. It handles file routing and the execution of the underlying separation engine through a desktop window.

Features

  • Source Separation Tools - Provides a visual tool for isolating individual instruments and vocals from mixed audio tracks.
  • Audio & Music - Enables the extraction of individual musical stems from a single audio file.
  • Audio Source Isolation - Isolates specific instruments or removes vocals from recordings for remixing and analysis.
  • Audio Stem Extractors - Extracts individual instrument tracks from a single audio recording through a visual application.
  • Graphical User Interfaces - Provides a graphical user interface to manage the Spleeter audio separation engine.
  • CLI GUI Wrappers - Wraps the Spleeter command line tool in a desktop window using the Python Tkinter toolkit.
  • Subprocess Utilities - Spawns the external Spleeter command line binary as a separate system process and captures its output.
  • Music Production Software - Prepares isolated instrument tracks to be used as samples or stems in music production.

स्टार हिस्ट्री

boy1dr/spleetergui के लिए स्टार हिस्ट्री चार्टboy1dr/spleetergui के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

SpleeterGui के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो SpleeterGui के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • facebookresearch/demucsfacebookresearch का अवतार

    facebookresearch/demucs

    10,236GitHub पर देखें↗

    Demucs is a deep learning stem splitter and AI music de-mixing software used to isolate vocals and instruments from a single audio file. It functions as a PyTorch audio source separation tool that splits mixed tracks into individual stems such as drums, bass, and vocals. The system is a hybrid spectrogram waveform separator that combines spectral and waveform analysis. This approach allows the software to process audio in both frequency and time domains to achieve high-fidelity source separation. The tool provides capabilities for audio source separation, including acapella track extraction

    Python
    GitHub पर देखें↗10,236
  • jianchang512/vocal-separatejianchang512 का अवतार

    jianchang512/vocal-separate

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

    Vocal-separate is an audio processing tool designed to isolate vocal and instrumental tracks from audio and video files. It functions as a local artificial intelligence engine that performs source separation directly on the user's machine, ensuring data privacy by eliminating the need for external server connectivity. The system provides a browser-based control interface for managing media uploads and monitoring processing tasks. To handle intensive signal decomposition, it utilizes hardware-accelerated tensor processing, which offloads complex mathematical calculations to dedicated graphics

    Pythonmusic-separationspleetervocal-separation
    GitHub पर देखें↗1,994
  • anjok07/ultimatevocalremoverguiAnjok07 का अवतार

    Anjok07/ultimatevocalremovergui

    23,673GitHub पर देखें↗

    Ultimate Vocal Remover is a desktop application designed for AI-driven audio source separation. It utilizes deep learning models to isolate vocals, drums, and other individual instruments from mixed audio files, providing a utility for professional production and creative editing workflows. The software distinguishes itself by leveraging GPU-accelerated tensor computation to perform complex signal processing tasks, significantly reducing the time required for high-fidelity audio extraction. It incorporates a modular plugin architecture that integrates external utilities to support a wide rang

    Pythonaudioinstrumentalkaraoke
    GitHub पर देखें↗23,673
  • gto76/python-cheatsheetgto76 का अवतार

    gto76/python-cheatsheet

    38,499GitHub पर देखें↗

    This project is a comprehensive technical reference and programming cheatsheet for the Python language. It serves as a curated catalog of language features, syntax patterns, and standard library functions designed to help developers identify and apply correct coding patterns. The documentation covers a broad range of functional areas, including language fundamentals such as object-oriented structuring, functional logic, and list comprehensions. It also provides guidance on utilizing the standard library for data analysis, file management, networking, and concurrent execution. The reference e

    Pythoncheatsheetpythonpython-cheatsheet
    GitHub पर देखें↗38,499
SpleeterGui के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

boy1dr/spleetergui क्या करता है?

SpleeterGui is a graphical interface for the Spleeter machine learning library, serving as an AI source separation tool and audio stem extractor. It allows users to separate mixed audio files into individual source tracks, such as vocals, drums, and bass, using a visual application.

boy1dr/spleetergui की मुख्य विशेषताएं क्या हैं?

boy1dr/spleetergui की मुख्य विशेषताएं हैं: Source Separation Tools, Audio & Music, Audio Source Isolation, Audio Stem Extractors, Graphical User Interfaces, CLI GUI Wrappers, Subprocess Utilities, Music Production Software।

boy1dr/spleetergui के कुछ ओपन-सोर्स विकल्प क्या हैं?

boy1dr/spleetergui के ओपन-सोर्स विकल्पों में शामिल हैं: facebookresearch/demucs — Demucs is a deep learning stem splitter and AI music de-mixing software used to isolate vocals and instruments from a… jianchang512/vocal-separate — Vocal-separate is an audio processing tool designed to isolate vocal and instrumental tracks from audio and video… anjok07/ultimatevocalremovergui — Ultimate Vocal Remover is a desktop application designed for AI-driven audio source separation. It utilizes deep… gto76/python-cheatsheet — This project is a comprehensive technical reference and programming cheatsheet for the Python language. It serves as a… tsurumeso/vocal-remover — Vocal Remover is a deep learning application designed for audio source separation. It functions as a command-line… aigc-audio/audiogpt — AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural…