sms-tools icon indicating copy to clipboard operation
sms-tools copied to clipboard

Sound analysis/synthesis tools for music applications

Results 44 sms-tools issues
Sort by recently updated
recently updated
newest added

Workaround: run the GUIs in python 2 (I have 2.7.16 and both GUIs work in python2). Env: macOS 11.6.6 python3: 3.10.5 Error message: > python3 models_GUI.py Traceback (most recent call...

This is using Ubuntu via WSL on windows. Following the installation instruction in the README, I get the following output: ` sudo apt-get install python-dev ipython python-numpy python-matplotlib python-scipy cython...

Trying to run the code in VS code, but continuously gives an error because of this reason in utilFunctions.py

I use Ubuntu 20.04.2 LTS. When applying HPS Morph transformation to analyzed default sounds (violin-B3.wav and soprano-E4.wav) I see: > Exception in Tkinter callback > Traceback (most recent call last):...

Hi, i wanted to run `python compileModule.py build_ext --inplace` command but without the path to file i can't do it. When I attach the path to command I receive strange...

when I run `python compileModule.py build_ext --inplace` I got error ``` running build_ext skipping 'cutilFunctions.c' Cython extension (up-to-date) building 'utilFunctions_C' extension error: Unable to find vcvarsall.bat ``` python=3.6 windows 10

While running the F0 detection function and harmonicModel, i encountered this AttributeErrorvon the utilFunctions_c module. Any help would be appriciated.. :)

In osx big sur, python 3.7.4, the button text will not be visible in the gui if "bg" is used. Changing same to "highlightbackground" will give the color effect in...