Matt Aimonetti

Results 71 comments of Matt Aimonetti

I can confirm that when turning off this feature it is fast again. The VSCode Go extension have that feature turned on by default, probably because most extension developers are...

perfect, I'll investigate and see what's causing the issue under Windows.

After further investigation... I have no idea what was wrong. I removed the executable, added some debug statements, rebuilt it and copied it (for some reason go install wasn't moving...

Confirmed to work against master. While I'm a happy user of the current version, @mdempsky if you're planning on maintaining your branch and need help testing it, I rely on...

I'm about to give it a try and I'm excited since that's something I needed. @gamegrd, I quickly noticed 2 things that might be nice to clean up: - I...

I really like the suggested approach

decoder code: https://github.com/go-audio/wav/blob/master/smpl_chunk.go

@glaslos not a great reason, the idea is that `d.Err()` is usually the safe way to check for errors, in this case, I think we should change the API to...

I agree that we should support writing a float buffer, at the time I wrote the API that wasn't my main concern since I mainly deal with int PCM data...

Yes we also have a transform that converts the format but I agree that we should support f32 wav/aiff files. It's more a matter of API than anything else.