josephernest
josephernest
Hi, How is it possible to configure a precise list of inputs and outputs for a specific device that has many inputs and outputs? (example: USB audio interface like [this...
Hello, I see a lot of improvements since our discussions/beta testing from one year ago, congratulations Etienne! I'll update my blog article soon (I shared your project on it, you...
Hello, Congrats for this library! How would this be possible in Python: * load WAV file (can be done easily with `scipy.io.wavfile`'s `read(...)`) * load VST effect plugin `myeffect.dll` with...
Has anyone been able to use it with Windows?
I planned to train it from scratch with my past 10'000 emails (not in english), do you think it would make sense with such amount of training data?
I found a strange problem, I spent some time isolating it, here is a minimal example (I've cut the most I could). How to reproduce: * Launch the `server.py` (requirement...
Congrats for V lang which looks very nice! It seems that all projects with UI don't work out-of-the-box with Windows 7 x64. I tried `v.exe 2048.v` or `v.exe life_gg.v`. Then...
For an embedded computer, I'd like to start a program using sound (Python + sounddevice) **as fast as possible after Linux boot**. I tested various `systemd` configs, the best is:...
Congrats for this library! I'd like to plot the *reassigned* spectrogram of an audio frequency sweep (from 100hz to 20khz), available for download [here as a WAV file](http://gget.it/mszwo/sweep.wav). ``` from...
Nice project! Is it possible to do the following: 1) Train a CNN with, for example, Tensorflow + Python 2) Save the model weights into a file 3) Load this...