AudioFile icon indicating copy to clipboard operation
AudioFile copied to clipboard

A simple C++ library for reading and writing audio files.

Results 41 AudioFile issues
Sort by recently updated
recently updated
newest added

Hi, Adam: When I use msan to run AudioFile's exmaple program, it outputs the following error message: ``` Uninitialized bytes in MemcmpInterceptorCommon at offset 48 inside [0x7fffcb727450, 256) ==89831==WARNING: MemorySanitizer:...

Hi Adam, This is a nice header-only library. Quick Q: If the header is included in two different cpp files, won't you get two independent copies of the aiff sample...

I am working on a project in which data keeps streaming in and I need to save the frames to wav as they come in. I cannot wait until I...

Added support for constructing AudioFile instances using integer sample types.

Hey, i wanted to obtain some wave file metadata, so i refactored the loading process to allow loading of only the header. This could also be used to implement a...

I would like to load just an interval of a given .wav file aiming to avoid bringing the full audio to memory. Is it possible? When I call .load(filepath) it...

Enable AudioFile class to open files of which filename contains unicode characters. On windows platform, the standard file streams can't open files with std::string if the filename of the file...

enhancement