Search Results for "spectrogram sofware for mac"

Showing 50 open source projects for "spectrogram sofware for mac"

View related business solutions
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Riffusion App

    Riffusion App

    Stable diffusion for real-time music generation (web app)

    Riffusion App Hobby is an open-source interactive web application that enables real-time music generation using stable diffusion models adapted for audio synthesis. Unlike traditional music generation tools, it treats audio as spectrogram images and applies diffusion techniques to generate continuous sound transitions, allowing users to create evolving musical loops and compositions. The application is built with modern web technologies including Next.js, React, and three.js, providing a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Bert-VITS2

    Bert-VITS2

    VITS2 backbone with multilingual-bert

    Bert-VITS2 is a neural text-to-speech project that combines a VITS2 backbone with a multilingual BERT front-end to produce high-quality speech in multiple languages. The core idea is to use BERT-style contextual embeddings for text encoding while relying on a refined VITS2 architecture for acoustic generation and vocoding. The repository includes everything needed to train, fine-tune, and run the model, from configuration files to preprocessing scripts, spectrogram utilities, and training...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    pysoundanalyser

    a python program to generate, visualize, and manipulate short sounds

    pysoundanalyser is a Python application that can be used to generate, visualize, and manipulate short sounds through a graphical user interface. Visualization functions include visualization of the power spectrum, the spectrogram, the autocorrelation, and the autocorrelogram of a sound. Manipulation functions include filtering, concatenating, cutting, and scaling the level of a sound. Several types of sounds can also be generated including, pure tones, harmonic complex tones, noise of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    A WAD of Dungeon Mazes

    A random map WAD file generator

    A generator app for generating random mazes, that are then compiled into Doom 2 compatible PWAD's (Patch WAD files). You can create single levels, or whole campaigns (32 levels). This is for use in either the proprietary software, or many of the open source ports available. With a combination of this and at least two other software packages (a free Doom 2 source port, and a free Doom IWAD) you can create a completely free dungeon crawls game. Note, if you're downloading the compiled exe...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    Learn More
  • 5
    SigPack

    SigPack

    SigPack - A signal processing library using Armadillo

    SigPack is a C++ signal processing library using the Armadillo library as a base. The API will be familiar for those who has used IT++ and Octave/Matlab.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Demucs

    Demucs

    Code for the paper Hybrid Spectrogram and Waveform Source Separation

    Demucs (Deep Extractor for Music Sources) is a deep-learning framework for music source separation—extracting individual instrument or vocal tracks from a mixed audio file. The system is based on a U-Net-like convolutional architecture combined with recurrent and transformer elements to capture both short-term and long-term temporal structure. It processes raw waveforms directly rather than spectrograms, allowing for higher-quality reconstruction and fewer artifacts in separated tracks. The...
    Downloads: 108 This Week
    Last Update:
    See Project
  • 7
    Riffusion

    Riffusion

    Real-time music generation using stable diffusion techniques AI

    Riffusion (hobby) is a Python-based open source library designed for real-time music and audio generation using stable diffusion techniques. Riffusion (hobby) works by generating and manipulating spectrogram images, which are then converted into playable audio clips, effectively bridging image-based diffusion models with sound synthesis. It implements a diffusion pipeline that supports prompt interpolation, allowing smooth transitions between different musical styles or prompts over time....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    DiffSinger

    DiffSinger

    Singing Voice Synthesis via Shallow Diffusion Mechanism

    DiffSinger is an open-source PyTorch implementation of a diffusion-based acoustic model for singing-voice synthesis (SVS) and also text-to-speech (TTS) in a related variant. The core idea is to view generation of a sung voice (mel-spectrogram) as a diffusion process: starting from noise, the model iteratively “denoises” while being conditioned on a music score (lyrics, pitch, musical timing). This avoids some of the typical problems of prior SVS models — like over-smoothing or unstable GAN...
    Downloads: 42 This Week
    Last Update:
    See Project
  • 9
    Super_HelpDesk

    Super_HelpDesk

    Very good tool for IT department use.

    Super HelpDesk is a free sofware to help IT department to collect case request then follow cases to user, it can auto generate monitor window for manager to monitor IT team jobs . and IT enginner can take case/handle over case/close case/update case easily. also each case will be logged in records can be review anytime. 13692277450@139.com. pls access http://www.pavogroup.top to get lastest version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build innovative business apps powered by process automation Icon
    Build innovative business apps powered by process automation

    Connect workflows, teams and systems within one digital business transformation platform

    Manage your business as a unified system of interacting processes. Use BPMN 2.0 for low-code process modeling by business people. Follow your strategic goals with process architecture that always corresponds to the structure of an actual business.
    Learn More
  • 10
    WaveRNN

    WaveRNN

    WaveRNN Vocoder + TTS

    WaveRNN is a PyTorch implementation of DeepMind’s WaveRNN vocoder, bundled with a Tacotron-style TTS front end to form a complete text-to-speech stack. As a vocoder, WaveRNN models raw audio with a compact recurrent neural network that can generate high-quality waveforms more efficiently than many traditional autoregressive models. The repository includes scripts and code for preprocessing datasets such as LJSpeech, training Tacotron to produce mel spectrograms, training WaveRNN on those...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TensorFlowTTS

    TensorFlowTTS

    Real-Time State-of-the-art Speech Synthesis for Tensorflow 2

    TensorFlowTTS is a state-of-the-art, open-source speech synthesis library built on TensorFlow 2. It offers a variety of architectures for text-to-speech, including classic and modern models such as Tacotron‑2, FastSpeech / FastSpeech2, and neural vocoders like MelGAN and Multiband‑MelGAN. Because it’s based on TensorFlow 2, it can leverage optimizations such as fake-quantization aware training and pruning — which allow models to run faster than real time and to be deployable on mobile or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Transformer TTS

    Transformer TTS

    Implementation of a Transformer based neural network

    TransformerTTS is an implementation of a non-autoregressive Transformer-based neural network for text-to-speech, built with TensorFlow 2. It takes inspiration from architectures like FastSpeech, FastSpeech 2, FastPitch, and Transformer TTS, and extends them with its own aligner and forward models. The system separates alignment learning and acoustic modeling: an autoregressive Transformer is used as an aligner to extract phoneme-to-frame durations, while a non-autoregressive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    graincoin

    graincoin

    Graincoin is a decentralized cryptocurrency

    Graincoin is a decentralized cryptocurrency designed to make online payments completely anonymous Graincoin is a Litecoin fork and almost everything is the same as Litecoin, with some modifications made to further streamline transactions. For more information, as well as an immediately useable, binary version of the Graincoin client sofware, see https://www.graincoin.com.br.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mod Direct Panoramic Spectrum Analyzer

    Mod Direct Panoramic Spectrum Analyzer

    Mod Direct Panoramic Spectrum Analyzer

    1. Added the ability to directly work with the chip (parameter "settings.ini" - Direct=1). 2. The possibility of cyclic writing/recording from realtime to a file and subsequent playback from it is added (double click of the left mouse button anywhere in the top spectrogram). The size of the MB file is specified in the settings file (Cyclic file size=100).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DC-TTS

    DC-TTS

    TensorFlow Implementation of DC-TTS: yet another text-to-speech model

    DC-TTS is a TensorFlow implementation of the DC-TTS architecture, a fully convolutional text-to-speech system designed to be efficiently trainable while producing natural speech. It follows the “Efficiently Trainable Text-to-Speech System Based on Deep Convolutional Networks with Guided Attention” paper, but the author adapts and extends the design to make it practical for real experiments. The model is split into two networks: Text2Mel, which maps text to mel-spectrograms, and SSRN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lata is a file format to store CFD results, with special care for huge datasets. This project provides tools for manipulate and convert the lata files. This project is part of the VisIt plugin reader. The Snorky3D sofware is presented in the following conference communication: Visualisation of CFD computations: millions of particles in real time with Snorky3D Visu 2012, september 2012, Paris, France http://visu2012.imag.fr/articles/mathieu.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FormRead

    FormRead

    Free OMR - OCR web sofware based on javascript and PHP

    https://formread.org FormRead is a completely free OMR (optical mark recognition) web software for scanning and grading user-filled, multiple choice forms. Create your formats with any of your office or drawing tools, scan them and parameterize their coordinates in an easy way. Once you have parameterized your form, you can print many of them, give it to your students/respondents, scan and recognize them with formread, and you can finally export the data in your preferred formats...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    Re Mach

    Re Mach

    Centralized system resources distributor

    The purpose of this project is to distribute users, files and software using a client-server way like puppet but simpler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Czarcoin

    Czarcoin

    Autonomous Distributed Representation

    Czarcoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm. 128 Second block targets Subsidy is Governed by Production Targets Transaction Focused Network Minimal Creation of New Coins 1% Inflation Target Supply Information posted to https://czarcoin.co/supply.json 100 Blocks to Retarget Difficulty For more information, as well as an immediately useable, binary version of the Czarcoin client sofware, see https://czarcoin.co.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tetcoin

    Tetcoin

    The Currency for Change

    Tetcoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm. ~128 million total coins Pure mining distribution with no premine or ICO 4 minute block targets Starting reward of 128 coins per block subsidy halves in 544k blocks (~4 years) Hourly Difficulty Retargeting Merged Mining Support Enabled For more information, as well as an immediately useable, binary version of the Tetcoin client sofware, see http://tetcoin.co.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GPS Interactive Time Series Analysis

    GPS Interactive Time Series Analysis

    A software for processing and analyzing time series in Earth Science

    Along with calculating basic statistics and quality parameters such as mean and variance, the soft-ware is capable of importing and visualizing different standard time series formats, determining and removing jumps and outliers, and makes numerical and publication quality graphical outputs. Bivariate statistical analysis (including correlation coefficient and linear regression) and time series analysis (including auto and cross-spectral analysis, wavelet power spectrum, spectrogram and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WebMeNOW studio

    WebMeNOW studio

    Free CMS sofware, simple to use, written in PHP,JS and JQuery

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Xtreme Media Player

    Xtreme Media Player

    Xtreme Media Player is a free cross-platform media player.

    XtremeMP is a free stable open-source cross-platform media player and visualizer - written in 100% pure java. The current version implements only a music player and visualizer. Support for other media will come in future releases. It provides the user with a graphical interface for choosing music files and playlists - and includes support for many audio file formats including .spx, .snd, .aifc, .aif, .wav, .au, .flac, .mp1, .mp2, .mp3, .ogg, .aac, and .m4a. The code is very modular to allow...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Luscinia is a program for archiving and analyzing field sound recordings (especially of animals). It incorporates an interface to a database, spectrogram measurement algorithms, sound comparison algorithms, and statistical analysis.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    generador_cuestionarios
    Generador de cuestionarios en una aplicación web para la gestión multilingüe de preguntas tipo test y la generación de examenes, gratuita y de código abierto. Esta aplicación es software libre; puedes redistribuirla y/o modificarla bajo los terminos de la GNU General Public License como está publicado por la Free Sofware Foundation en la versión 3 de la licencia, o (a tu elección) cualquier versión posterior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB