Max Walley

Results 3 issues of Max Walley

This is fixing the error reported at https://forum.juce.com/t/url-header-suffix-on-linux/59985/2 Essentially the HTTP header section should end with "/r/n/r/n". The previous code was not taking into account that there might already be...

I am building this on an arm mac though I am using a rosetta based terminal so am building for x86_64. I run the following commands ./autogen.sh ./configure --prefix= --with-ogg=...

Is there a reason that the constructor for IPLAudioBuffer does not take a IPLfloat32* const* rather than an IPLfloat32**. Surely it does not modify the pointers directly. The specific usecase...