digital audio workstation, instrument and effect plugins, wave editor

Overview

Stargate

Stargate is a holistic audio production solution, everything you need to make music on a computer. To understand what Stargate is, and why, read the project design principles.

Links

Features

  • A digital audio workstation (DAW) with a powerful pattern-based workflow
  • A comprehensive suite of built-in instrument and effect plugins
  • A basic wave editor
  • Broad audio and MIDI hardware support using Portaudio and Portmidi
  • Runs on Windows and Linux, x86 and ARM. Will be ported to Mac OS X (and any other platform) if there is sufficient demand
  • Everything you need to create music in a single package, no need to install additional software
  • Revolutionary CPU efficiency for DAW and plugins, minimum recommended hardware: Raspberry Pi 4, or a 15 year old laptop with a dual core CPU, 1GB of RAM and a 720p display.
  • Support for display resolution from 720p to 4k and above.
  • Optional portable flash drive install on Windows

Building

See the building instructions

Screenshots

Sequencer

Audio Item

Note Item

Plugins

Routing

Licensing

Stargate is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, under version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

For details on the GNU General Public License, see the license.

Comments
  • More standardized, internetless build and better build instructions

    More standardized, internetless build and better build instructions

    Hello,

    I am a packager on openSUSE and wanted to make a package for stargate. Builds on OBS (Open Build Service, the build system used by openSUSE) happen in a virtual machine unconnected to the Internet so the fact that make tries to download some packages from PyPi is problematic.

    I tried building stargate via the make command but it tried to run pip and install some packages from the Internet, which as I said is not allowed on OBS.

    Nevertheless, I proceeded with the build on my local system. It compiled correctly and make install worked but the stargate executable failed twice - first when mido was missing, second (after having installed mido) when sglib was missing. I had manually run python3 setup.py install --user to install the Python package in the src directory but that apparently did not provide sglib.

    My suggestions:

    • Indicate all dependencies at both build-time and runtime (like portaudio, portmidi, pymarshal, wavefile, mido) in the build instructions
    • Make sure that make does not connect to the Internet, especially if Python dependencies are found on the system
    • Make sure that make install installs everything needed to run stargate, including the Python package containing sglib which should respect the distro's hierarchy (openSUSE also uses lib64, see #14). Also, make install tried to execute the (non-existing on my system) /mingw64/bin/jq program (if it's the jq program for querying JSON, I have it installed in /usr/bin/jq)
    opened by fpesari 26
  • make install doesn't install sglib in /usr/lib*/python*/site-package

    make install doesn't install sglib in /usr/lib*/python*/site-package

    I build stargate on Fedora 33 64 bits from the release downloaded on github. make build works fine make PREFIX=/opt/stargate install doesn't install sglib (and maybe other python libs) into /opt/stargate/lib* (lib64 on 64 bits linux).

    opened by ycollet 6
  • Strange saving of recorded samples (Win10)

    Strange saving of recorded samples (Win10)

    Hello, I decided to try and test this new DAW (on Win10 currently).

    First I have tried sample recording. It is actually worked, but it saved sample (from microphone) in a bit strange way. The file actually appeared in two locations.

    First one in the audio/rec in project's directory, C:\Users\DreadDendy\stargate\projects\testProject\audio\rec\test_sample-1-1.wav

    The path to the second one is really weird. Seems like it once again used path to project's directory, C:\Users\DreadDendy\stargate\projects\testProject\audio\samples\C\Users\DreadDendy\stargate\projects\testProject\audio\rec\test_sample-1-1.wav

    opened by DreadDendy 4
  • Both the deb files have dependency issues

    Both the deb files have dependency issues

    Hi there. I'm using Pop OS which is base on Ubuntu 20.04. But for whatever reason, there are dependency issues. Could you please look into this? And if it's not fixable, could you please put out a flatpak? That might actually be a better solution than having to package rpm and deb files each time there's a new release. And btw. Please provide better documentation for source compiling. I tried compiling from source, but there's no cmake, and using "make" gave me "error 2".

    EDIT: The problem dependencies seem to be fftw3, python3-pyqt6.qtsvg, python3-pyqt6. None of them exist.

    opened by CHJ85 4
  • Hang after creating new session with

    Hang after creating new session with "already running with pid ..." message

    Describe the bug After starting stargate and choosing "New", a dialogue appears in front of the splash screen claiming: "Detected: Stargate is already running with pid ...". There is only one instance running: the one that's just been started, but at this point, it's hung. "OK" in the dialogue does nothing. The project directory has been created, but it is empty.

    This occurs with current git main branch: I don't know whether it has ever worked in the past.

    To Reproduce In the Stargate source directory, run scripts/stargate, and click the "New" button.

    Expected behavior A new session should be rreated.

    Screenshots image

    Hardware and operating system CPU: Intel Core i9 Memory: 16GB Form factor: laptop CPU arch: x86_64 debian "bullseye", kernel 5.10.0-9-amd64, xfce 4.16

    opened by colin-m-fletcher 4
  • Restore PR #20 as the build error is now fixed

    Restore PR #20 as the build error is now fixed

    The commit 85c3f51b74ef1c8f7c91fd7b5b1fade911e770b8 ("Allow building and installing without any vendored dependencies") resulted in Makefile's py_vendor target failing when one of pip install exited with an error. However, pip install was already returning errors. The target all depended on py_vendor, and this ended up failing the build.

    The commit c93792e3cefe53507a387e0f6102e79676e568e3 ("Makefile: More modular targets") removed the py_vendor as build dependency. Now the automated build is working again.

    opened by psqli 3
  • Linux: Random popup window positions on Wayland

    Linux: Random popup window positions on Wayland

    This is a feature of Wayland.

    I implemented the workaround for this, but at some point it stopped working in Qt5, but it still works in Qt6. The only thing preventing me from migrating fully to PyQt6 is that most Linux distros are not packaging it yet.

    As a workaround, you can run this command, and Stargate will automatically find it and do the right thing:

    pip install PyQt6
    
    opened by ghost 3
  • Running on arm64 (Pinebook Pro)

    Running on arm64 (Pinebook Pro)

    The program does not run when built on a Pinebook Pro. There are a variety of possible causes: it could be a lack of support and/or testing, a missing dependency I could not find, or something else, and I am not knowledgeable enough to figure out which it is. The program appears to build successfully, even when some dependencies were missing. However, when I try to run it, it gives an error regarding pyqt5 (more information in log file). When I tried to use the Fedora script to find out what packages I needed to install, I installed as many of the dependencies as I could find in the Arch Linux ARM repository, but the same issue occurred. If this is a support issue, I would greatly appreciate if arm64 became a supported platform for Stargate. Pine64 devices are pitifully weak but portable and efficient Linux machines, and I think Stargate would be a perfect fit for them (if it wouldn't be too much trouble to maintain).

    Log file (attempt to call the binary stargate first, then the script):

    [2021-09-29 22:46:35,734] INFO /usr/local/bin/stargate       : 52 - sys.argv == ['/usr/local/bin/stargate']
    [2021-09-29 22:46:35,754] INFO /usr/local/lib/stargate/stargate/sgui/sgqt.py: 19 - Using PyQt5
    [2021-09-29 22:46:35,779] ERROR /usr/local/lib/stargate/stargate/sglib/log.py: 62 - Traceback (most recent call last):
    
      File "/usr/local/bin/stargate", line 88, in main
        start_stargate(args.project_file)
    
      File "/usr/local/bin/stargate", line 50, in start_stargate
        from sglib.log import LOG, setup_logging
    
    ModuleNotFoundError: No module named 'sglib'
    
    
    During handling of the above exception, another exception occurred:
    
    
    Traceback (most recent call last):
    
      File "/usr/local/bin/stargate", line 107, in <module>
        main()
    
      File "/usr/local/bin/stargate", line 104, in main
        start_stargate(args.project_file)
    
      File "/usr/local/bin/stargate", line 53, in start_stargate
        from sgui.sgqt import QApplication, QGuiApplication, QtCore
    
      File "/usr/local/lib/stargate/stargate/sgui/sgqt.py", line 21, in <module>
        from PyQt5 import QtGui, QtWidgets, QtCore
    
    ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
    
    [2021-09-29 22:47:34,457] INFO /home/axel/git/stargate/src/scripts/stargate: 52 - sys.argv == ['scripts/stargate']
    [2021-09-29 22:47:34,475] INFO /home/axel/git/stargate/src/sgui/sgqt.py: 19 - Using PyQt5
    [2021-09-29 22:47:34,500] INFO /home/axel/git/stargate/src/scripts/stargate: 52 - sys.argv == ['scripts/stargate']
    [2021-09-29 22:47:34,500] INFO /home/axel/git/stargate/src/scripts/stargate: 52 - sys.argv == ['scripts/stargate']
    [2021-09-29 22:47:34,502] INFO /home/axel/git/stargate/src/sgui/sgqt.py: 19 - Using PyQt5
    [2021-09-29 22:47:34,502] INFO /home/axel/git/stargate/src/sgui/sgqt.py: 19 - Using PyQt5
    [2021-09-29 22:47:34,528] ERROR /home/axel/git/stargate/src/sglib/log.py: 62 - Traceback (most recent call last):
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 88, in main
        start_stargate(args.project_file)
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 53, in start_stargate
        from sgui.sgqt import QApplication, QGuiApplication, QtCore
    
      File "/home/axel/git/stargate/src/sgui/sgqt.py", line 21, in <module>
        from PyQt5 import QtGui, QtWidgets, QtCore
    
    ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
    
    
    During handling of the above exception, another exception occurred:
    
    
    Traceback (most recent call last):
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 107, in <module>
        main()
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 104, in main
        start_stargate(args.project_file)
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 53, in start_stargate
        from sgui.sgqt import QApplication, QGuiApplication, QtCore
    
      File "/home/axel/git/stargate/src/sgui/sgqt.py", line 21, in <module>
        from PyQt5 import QtGui, QtWidgets, QtCore
    
    ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
    
    [2021-09-29 22:47:34,528] ERROR /home/axel/git/stargate/src/sglib/log.py: 62 - Traceback (most recent call last):
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 88, in main
        start_stargate(args.project_file)
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 53, in start_stargate
        from sgui.sgqt import QApplication, QGuiApplication, QtCore
    
      File "/home/axel/git/stargate/src/sgui/sgqt.py", line 21, in <module>
        from PyQt5 import QtGui, QtWidgets, QtCore
    
    ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
    
    
    During handling of the above exception, another exception occurred:
    
    
    Traceback (most recent call last):
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 107, in <module>
        main()
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 104, in main
        start_stargate(args.project_file)
    
      File "/home/axel/git/stargate/src/scripts/stargate", line 53, in start_stargate
        from sgui.sgqt import QApplication, QGuiApplication, QtCore
    
      File "/home/axel/git/stargate/src/sgui/sgqt.py", line 21, in <module>
        from PyQt5 import QtGui, QtWidgets, QtCore
    
    ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
    
    opened by loplkc 3
  • stargate is in the AUR

    stargate is in the AUR

    Hi, I maintain stargate on the Arch User Repository. Perhaps you can put a link to the pkgbuild in the docs.

    https://aur.archlinux.org/packages/stargate/

    opened by kiasoc5 2
  • Strange behaviour of save/discard when recording audio (Win10)

    Strange behaviour of save/discard when recording audio (Win10)

    Hello, I have found something strange. When first one recording discarded and second one saved then actually saved the first one.

    My example is for using a microphone, but with the instruments there will be no differences. Steps to reproduce:

    1. Start recording audio, say something to the microphone
    2. Stop recording and discard saving
    3. Start recording audio again, say somehing different to the microphone
    4. Stop recording and save sample
    5. Check the sample and see that it is actually the sample from step 1

    Here is the log file. stargate.log

    opened by DreadDendy 2
  • It fails to start on OpenSUSE Leap 15.3

    It fails to start on OpenSUSE Leap 15.3

    Hi,

    Very interesting project. However, I could not install it. I'm using OpenSUSE Leap 15.3.

    Adding PYTHONPATH /usr Did not detect local development environment, trying system installation Adding PYTHONPATH /usr/share/stargate/stargate [2021-11-10 13:37:24,285] INFO /usr/bin/stargate : 72 - sys.argv == ['/usr/bin/stargate'] [2021-11-10 13:37:24,286] ERROR /usr/share/stargate/stargate/sglib/log.py: 90 - Traceback (most recent call last):

    File "/usr/share/stargate/stargate/sgui/sgqt.py", line 7, in import PyQt6

    ModuleNotFoundError: No module named 'PyQt6'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):

    File "/usr/bin/stargate", line 155, in main()

    File "/usr/bin/stargate", line 152, in main start_stargate(args.project_file)

    File "/usr/bin/stargate", line 91, in start_stargate app, scaler = _setup()

    File "/usr/bin/stargate", line 73, in _setup from sgui.sgqt import QApplication, QGuiApplication, QtCore

    File "/usr/share/stargate/stargate/sgui/sgqt.py", line 11, in import PyQt5

    ModuleNotFoundError: No module named 'PyQt5'


    I don't think OpenSUSE has PyQt6 in their repos.

    hp:~ # hwinfo --short cpu:
    Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1084 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1311 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1380 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1505 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1825 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 2016 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 2050 MHz Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz, 1925 MHz keyboard: /dev/input/event0 AT Translated Set 2 keyboard /dev/input/event20 MX Anywhere 2 Keyboard mouse: /dev/input/mice ETPS/2 Elantech Touchpad /dev/input/mice MX Anywhere 2 Mouse joystick: /dev/input/event8 ST LIS3LV02DL Accelerometer monitor: LCD Monitor graphics card: nVidia GP108M [GeForce MX150] Intel UHD Graphics 620 (Whiskey Lake) sound: Intel Cannon Point-LP High Definition Audio Controller storage: Intel 82801 Mobile SATA Controller [RAID mode] network: wlan0 Intel Cannon Point-LP CNVi [Wireless-AC] eth0 Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller network interface: lo Loopback network interface eth0 Ethernet network interface wlan0 WLAN network interface disk: /dev/sda Samsung SSD 860 partition: /dev/sda1 Partition /dev/sda2 Partition /dev/sda3 Partition usb controller: Intel Cannon Point-LP USB 3.1 xHCI Controller bios: BIOS bridge: Intel Cannon Point-LP PCI Express Root Port #1 Intel Cannon Point-LP LPC Controller Intel Cannon Point-LP PCI Express Root Port #10 Intel Coffee Lake HOST and DRAM Controller Intel Cannon Point-LP PCI Express Root Port #9 Intel Cannon Point-LP PCI Express Root Port #5 hub: Linux Foundation 2.0 root hub Linux Foundation 3.0 root hub memory: Main Memory bluetooth: Intel Bluetooth Device unknown: FPU DMA controller PIC Keyboard controller PS/2 Controller Intel Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem Intel Cannon Point-LP MEI Controller #1 Intel Cannon Point-LP SPI Controller Intel Cannon Point-LP Serial IO I2C Host Controller Intel Cannon Point-LP Thermal Controller Intel Cannon Point-LP Shared SRAM Intel Cannon Point-LP SMBus Controller /dev/input/event12 Lite-On HP Wide Vision FHD Camera

    opened by oldcastlehq 2
  • Portable installation doesn't work (as intended) (Win10)

    Portable installation doesn't work (as intended) (Win10)

    Hello, I was able to test portable installation on the flash drive. First I moved data folder of the application from my user's directory. Second I installed app on a flash drive. When I had launched it with a .bat-file and tried to open demo project I saw error message: "The audio engine stopped with exit code 11, please try restarting Stargate".

    Then I started to study the log files. This lines in "local" config say that DAW still looking files in my user's directory, [2021-12-19 16:33:04,129] INFO sglib\lib\process.py : 62 - ~\program\engine\stargate-engine.exe: "using home folder: C:\Users\Umbrix" [2021-12-19 16:33:04,129] INFO sglib\lib\process.py : 62 - ~\program\engine\stargate-engine.exe: "C:\Users\Umbrix/stargate/config/device.txt does not exist" [2021-12-19 16:33:04,129] INFO sglib\lib\process.py : 62 - ~\program\engine\stargate-engine.exe: "Allocating output buffers" [2021-12-19 16:33:04,129] INFO sglib\lib\process.py : 62 - ~\program\engine\stargate-engine.exe: "Setting main volume" [2021-12-19 16:33:04,129] INFO sglib\lib\process.py : 62 - ~\program\engine\stargate-engine.exe: "get_file_setting: C:\Users\Umbrix/stargate/config/main_vol.txt" I attach the full log file. stargate - local directory.log

    Then I moved back the data folder of the DAW in my user's directory and after that the application worked OK when I have launched it with the .bat file. I think that it just have found the needed files. Here is the log file for this case. stargate - user directory.log

    opened by DreadDendy 9
  • Playhead behaviour

    Playhead behaviour

    When you stop playback, the playhead is returned to the start of the song instead of resuming playback where you stopped, which is how I'd prefer it to operate. There would then need to be an extra transport button to return the playhead to the start and a keyboard shortcut to do that such as backspace or alternatively maybe a modifier and shift could be used to stop and return the playhead to the start.

    opened by danboid 0
  • Sampler1: Various issues with .SFZ files

    Sampler1: Various issues with .SFZ files

    Problem: SFZ files are not any kind of standard data DSL like JSON, YAML, XML... As such, there are no standard parsing libraries for Python (that I am aware of), so I am using a crude parser I wrote years ago. The full SFZ spec is very complex, and Stargate DAW does not currently support all of the features.

    If you have problems loading SFZ files, please send me the SFZ file (not the samples, just the .sfz file(s) used by your instrument), and ideally your logs in ~/stargate/log/* so that I can debug the issue and add your SFZ file to the conformance tests.

    opened by ghost 0
  • Pulseaudio support

    Pulseaudio support

    I have been unable to get any sound from the VA synth. I have tried using my laptops onboard soundcard and a USB soundcard but neither produced any audio when selecting them under Stargates ALSA audio device menu but that could be because I'm running Pulseaudio under Ubuntu 20.04. Do you plan to support PA?

    opened by danboid 21
Releases(release-23.01.1)
This is a realtime voice translator program which gets input from user at any language and converts it to the desired language that the user asks

This is a realtime voice translator program which gets input from user at any language and converts it to the desired language that the user asks ...

Mohan Ram S 1 Dec 30, 2021
Guide & Examples to create deeplearning gstreamer plugins and use them in your pipeline

upai-gst-dl-plugins Guide & Examples to create deeplearning gstreamer plugins and use them in your pipeline Introduction Thanks to the work done by @j

UPAI.IO 11 Dec 11, 2022
Real-time audio visualizations (spectrum, spectrogram, etc.)

Friture Friture is an application to visualize and analyze live audio data in real-time. Friture displays audio data in several widgets, such as a sco

Timothée Lecomte 700 Dec 31, 2022
spafe: Simplified Python Audio-Features Extraction

spafe aims to simplify features extractions from mono audio files. The library can extract of the following features: BFCC, LFCC, LPC, LPCC, MFCC, IMFCC, MSRCC, NGCC, PNCC, PSRCC, PLP, RPLP, Frequenc

Ayoub Malek 310 Jan 01, 2023
Manipulate audio with a simple and easy high level interface

Pydub Pydub lets you do stuff to audio in a way that isn't stupid. Stuff you might be looking for: Installing Pydub API Documentation Dependencies Pla

James Robert 6.6k Jan 01, 2023
Sound-Equalizer- This is a Sound Equalizer GUI App Using Python's PyQt5

Sound-Equalizer- This is a Sound Equalizer GUI App Using Python's PyQt5. It gives you the ability to play, pause, and Equalize any one-channel wav audio file and play 3 different instruments.

Mustafa Megahed 1 Jan 10, 2022
A python program to cut longer MP3 files (i.e. recordings of several songs) into the individual tracks.

I'm writing a python script to cut longer MP3 files (i.e. recordings of several songs) into the individual tracks called ReCut. So far there are two

Dönerspiess 1 Oct 27, 2021
Port Hitsuboku Kumi Chinese CVVC voicebank to deepvocal. / 筆墨クミDeepvocal中文音源

Hitsuboku Kumi (筆墨クミ) is a UTAU virtual singer developed by Cubialpha. This project ports Hitsuboku Kumi Chinese CVVC voicebank to deepvocal. This is the first open-source deepvocal voicebank on Gith

8 Apr 26, 2022
Tune in is a Collaborative Music Playing Systems where multiple guests can join a room and enjoy the song being played

✨A collaborative music playing systems🎶 where multiple guests can join a room ➡🚪 and enjoy the song🎧 being played.

Vedansh Vijaywargiya 8 Nov 05, 2022
Terminal-based audio-to-text converter

att Terminal-based audio-to-text converter Project description A terminal-based audio-to-text converter written in python, enabling you to convert .wa

Sven Eschlbeck 4 Dec 15, 2022
Algorithmic Multi-Instrumental MIDI Continuation Implementation

Matchmaker Algorithmic Multi-Instrumental MIDI Continuation Implementation Taming large-scale MIDI datasets with algorithms This is a WIP so please ch

Alex 2 Mar 11, 2022
Python library for audio and music analysis

librosa A python package for music and audio analysis. Documentation See https://librosa.org/doc/ for a complete reference manual and introductory tut

librosa 5.6k Jan 06, 2023
PianoPlayer - Automatic fingering generator for piano scores

PianoPlayer - Automatic fingering generator for piano scores

Marco Musy 571 Jan 02, 2023
:notes: Cross-platform music player

Exaile Exaile is a music player with a simple interface and powerful music management capabilities. Features include automatic fetching of album art,

Exaile 327 Dec 19, 2022
Noinoi music is smoothly playing music on voice chat of telegram.

NOINOI MUSIC BOT ✨ Features Music & Video stream support MultiChat support Playlist & Queue support Skip, Pause, Resume, Stop feature Music & Video do

2 Feb 13, 2022
A simple voice detection system which can be applied practically for designing a device with capability to detect a baby’s cry and automatically turning on music

Auto-Baby-Cry-Detection-with-Music-Player A simple voice detection system which can be applied practically for designing a device with capability to d

2 Dec 15, 2021
voice assistant made with python that search for covid19 data(like total cases, deaths and etc) in a specific country

covid19-voice-assistant voice assistant made with python that search for covid19 data(like total cases, deaths and etc) in a specific country installi

Miguel 2 Dec 05, 2021
commonfate 📦commonfate 📦 - Common Fate Model and Transform.

Common Fate Transform and Model for Python This package is a python implementation of the Common Fate Transform and Model to be used for audio source

Fabian-Robert Stöter 18 Jan 08, 2022
Dataset and baseline code for the VocalSound dataset (ICASSP2022).

VocalSound: A Dataset for Improving Human Vocal Sounds Recognition Introduction Citing Download VocalSound Dataset Details Baseline Experiment Contact

Yuan Gong 58 Jan 03, 2023
A python program for visualizing MIDI files, and displaying them in a spiral layout

SpiralMusic_python A python program for visualizing MIDI files, and displaying them in a spiral layout For a hardware version using Teensy & LED displ

Gavin 6 Nov 23, 2022