Matt Flax
Matt Flax
Hi there, Thanks for releasing your software. When I run in Octave 4.2.2 : error: formula: FUN must be an inline function error: called from isequal at line 57 column...
Love the editor ! You may be interested in integrating WSOLA into AudioMass ? It is compilable to WASM : https://github.com/flatmax/gtkiostream/blob/master/src/WSOLA.C#L174-L190 You can give timescale (speed) changes in real time...
libgtkiostream and sox-element give a method to save audio to many many different audio formats - including flac, and many others. You may be interested in giving AudioMass extra audio...
I've installed requirements : ``` pip install -r requirements.txt ``` Reports that all requirements are already satisfied. However when I run the serve command : ``` $ make serve ./generate-html.py...
Not sure why, but this system works for the rock3a v1.3. It doesn't seem to boot for the rock3a v1.31
If I put : `var test = new this.libwasmaudio.Test(); ` Here : https://github.com/madChopsCoderAu/WASMAudio/blob/4976a53e36b58ee9d0d1552206302f096d05fb39/test/RunTest.js#L33-L35 Then I get the issue that this.labwasmaudio.Test isn't defined. The same code is tested working in the...
If any qt5 packages don't download, then set a better qt5 url. ``` buildroot.neo4$ git diff diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk index 88ba1958dd..d9bde01bba 100644 --- a/package/qt5/qt5.mk +++ b/package/qt5/qt5.mk @@ -13,7 +13,8...