rtmonoaudio2midi icon indicating copy to clipboard operation
rtmonoaudio2midi copied to clipboard

Real-time note recognition in monophonic audio stream

Results 7 rtmonoaudio2midi issues
Sort by recently updated
recently updated
newest added

traceback (most recent call last): File "C:\Users\body\Downloads\rtmonoaudio2midi-master\rtmonoaudio2midi-master\audiostream.py", line 15, in from synth import FluidSynth File "C:\Users\body\Downloads\rtmonoaudio2midi-master\rtmonoaudio2midi-master\synth.py", line 2, in import fluidsynth File "C:\Users\body\AppData\Roaming\Python\Python27\site-packages\fluidsynth.py", line 36, in raise ImportError, "Couldn't find...

NameError: name 'raw_input' is not defined

Hi, I tried this code with the changes that were recommended using mingus 0.6.0 instead of pyfluidsynth. but unfortunately it comes with a error saying: C:\Users\Lisa\PycharmProjects\untitled1\venv1\Scripts\python.exe C:/Users/Lisa/PycharmProjects/rtmonoaudio2midi1/audiostream.py Traceback (most recent...

Minimal changes to upgrade code to Python3 and note about issue with importing FluidSynth

Bug with `fluidsynth` happened on Python 2.7.10 MacOS Mojave Version 10.14.5

Hi Im new to this so this might be silly question, but after I installed pyfluidsynth for import it gives me an error, ""[pylint] Instance of 'FluidSynth' has no 'initialize'...

This has taken me longer than I expected because I just realized that this is python2. I am porting pyfluidsynth to python3, meanwhile review and expand this PR if you...