-
https://github.com/z88dk/z88dk/issues/184
https://www.z88dk.org/forum/viewtopic.php?pid=15109
- [x] start
- [ ] explore alternatives
- [x] try pure asm solution
-
Hi :)
I installed python-timeside (had to disable the repo to install aubio) and then I created a test dir in my http root, cd into it and
```
cp -R /usr/share/pyshared/timeside/static/timeside/ tim…
-
Hey, tried to build using make and im getting this error...
```make
./scripts/get_waf.sh
+ WAFVERSION=2.0.1
+ WAFTARBALL=waf-2.0.1.tar.bz2
+ WAFURL=https://waf.io/waf-2.0.1.tar.bz2
++ mktemp -…
-
-
Hello,
I am using the code provided for pitch tracking in the demo folder.
Using this, I am able to extract the pitch feature vector for a single file however while looping through the entire d…
hunaa updated
6 years ago
-
I've been trying to install timeside on my osx machine and I made it pretty far (after cumbersomely installing several dependencies).
Ive reached to a point where I can include timeside inside a pytho…
-
I ran into an issue when submitting my app to TestFlight. I submitted the app from within Xcode 9, and when I did, I got an error saying:
"Invalid Bundle Structure. The binary file Frameworks/aubio…
-
fft 디지털화
https://stackoverflow.com/questions/23377665/python-scipy-fft-wav-files
음원 샘플 추출
https://research.google.com/audioset/dataset/baby_cry_infant_cry.html
pitch or peak(최대, 최소값을 통한 편차를 구해 음…
-
I am using the command: **pip install aubio** on Python 3.6.0 and this is the error I am getting,
Command "c:\programdata\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users…
hunaa updated
6 years ago
-
Hello.
It seems that specifying `--datadir` doesn't work. For example, when I wanted to load a database from the data/ directory, I got the following strange error:
```
$ basename $PWD
porting…