ni-media icon indicating copy to clipboard operation
ni-media copied to clipboard

NI Media is a C++ library for reading and writing audio streams.

Results 13 ni-media issues
Sort by recently updated
recently updated
newest added

Long time no see :) Wondering if you gang have looked at supporting encoding, and is it realistic to support encoding AAC? Not sure the state of OS support, but...

On Windows, conversions between `std::string` and `path` interfaces results in UTF-8 strings being converted to ANSI, resulting in non-ANSI characters being lost in the conversion process. This results in files...

Exchanges the current use of `std::string` or `boost::filesystem` with `std::filesystem::path` as initiated by this issue: https://github.com/NativeInstruments/ni-media/issues/51 This is a rather mechanical refactoring and I tried to change as little as...

Can not build tests in following setup: - Windows 10 - cmake: 3.17.3 - Visual Studio 2019 - boost 1.74.0 (also tried with boost 1.73.0) - gtest 1.10.0 Build log...

Using an AIFF file as input, I am unable to `sample_seekg` to the last sample in the file. If, however, I read the file sequentially using the extraction operator, I...

We have randomly failing ifstream tests when using wmf's mp3 decoders. Let's figure out why.

If you like, you can pull my attempt of adding mp3, m4a, alac and wma support on linux platform by using gstreamer framework. I didn't manage to have all tests...

Hey Folks On first glance this looks really great, so thanks for putting it out there! I was wondering: have you done any benchmarking on different platforms or against other...

If in `SyncronousByteStream::Read`, `m_source.read()` reaches the end of stream, `boost::iostreams::file_descriptor` returns `-1` as an end of stream indicator. Previously, by casting the returned value to `ULONG`, an integer overflow would...

We seem to have found an issue trying to load the following file. (Zipped so it can be attached) [TestMp3.zip](https://github.com/NativeInstruments/ni-media/files/14405786/TestMp3.zip) From what I can tell, there seems to be a...