Adam Stark

Results 71 comments of Adam Stark

I think it is just that I would need to update the Max object for Max 7 - I will do my best to do this soon but I don't...

This all looks great, thank you and I'm happy to merge - so sorry it took me such a long time to come back to you on it. One question...

Thanks for this - merging it in now :)

I'm actually getting some problems with this - I'm seeing that the files written by the library are often not valid or produce silence - so I'm going to revert...

Ok - it won't let me revert, but I'll investigate and try to resolve it

A bit of good news - I have tried writing a file at a time via the Examples script and most of them seem ok. The issue I think is...

After digging a bit I can confirm... - All floating point uses of the library are ok (although I did find a pre-existing bug that I just fixed) - Some...

Final update - sorry for the spam! I have now added some tests on `develop` that read-in the audio files that are written and confirm we are getting back what...

Ok thank you :) I found this article BTW, which implies that 8-bit data should be unsigned: https://gist.github.com/endolith/e8597a58bcd11a6462f33fa8eb75c43d (it also indicates I'm calculating other things very slightly wrongly). Take a...

Ok - I had a bit of a breakthrough tonight and ended up re-writing the functions that convert samples to single bytes. There are now 4 functions... ``` uint8_t sampleToUnsignedByte...