Matti

Results 71 issues of Matti

I'd like to see more of this. I guess I am not the only one finding the Kotlin repository laborious to grasp, since it's not commented.

Is this supposed to work with contemporary versions? The repo is 5 years old.

https://docs.subutai.io/working-with-subutai/using-peeros/peeros-quick-install fails on Ubuntu 20.04 host with Vagrant 2.3.4 and VirtualBox 7.0.6 and https://vagrantcloud.com/subutai/stretch ``` vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'subutai/stretch' could not...

https://docs.subutai.io/working-with-subutai/using-peeros/peeros-quick-install fails on Ubuntu 20.04 host with Vagrant 2.3.4 and VirtualBox 7.0.6 using https://app.vagrantup.com/subutai/boxes/buster. ``` vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'subutai/buster' could not...

What is the license?

How does this differ from Soundpipe? https://github.com/SeesePlusPlus/soundpipe

How am I supposed to compile and use the library instead of the sonic program? I'm interested in computing a spectrogram. I download, unzip, and then do: `make` After this...

Is this really equivalent to a statically typed language like Java? I thought adding such checks will not make a dynamically typed language a static one, or?

sio_record.c seems to produce corrupt files, when specifying the output as .wav. In particular e.g. Parole on OpenSuse throws the errors "GStreamer backend error" and "Could not determine type of...

I'm learning libsoundio and I was wondering what sized frames can I expect to come into the write_callback portion of a SoundIoOutStream? And if this leads to having to make...