Adam Stark

Results 71 comments of Adam Stark

Hi there, the library uses a few C++11 features and it looks like you are not compiling with C++11 enabled. Try passing -std=c++11 into your compiler :)

This is a linker error rather than a compilation error. It looks like you are not including AudioFile.cpp as part of your project. So it finds the header file which...

Hi there, thanks for this pull request. It looks good - am I right in thinking that IEEEFloat can refer to either 32-bit or 64-bit encoding? Or is there a...

Thank you for adding this and sorry it has taken a little while to look at it! It looks really good, I've just a few questions... - The `resample()` function...

Hi guys, Thank you for your thoughts and your time. I have fixed this in a commit just now to the develop branch: https://github.com/adamstark/AudioFile/commit/83797d3750741ee16813df4189e70dbe5f7d2f25 Thanks, Adam

Do you mean the size in bytes? Or the length in the number of audio samples? :)

I'm afraid I'm not familiar with OpenAL Soft - is the AudioFile library being used here? :)

Thanks for this - I am already aware of this issue and am in the middle of a fix. I hope to have it done soon.

I have made improvements now that solve this problem, thanks.

Hi Marc, Thanks for getting in touch. I will perhaps update this for the next version, or maybe with some example code. But for now, here is what I would...