NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.
MIT License
235 stars 34 forks source link

Update Github Repo 2019/07/01 #30

Closed marcrambo closed 5 years ago

marcrambo commented 5 years ago

push recent changes to github, with the following changes: maitenance: removed usage of deprecated boost endian macros mainenance: add more documentation on how to set up ni-media bugfix: wav files with wavFormatExtensible format could not be read bugfix: use a manually managed NSAutoreleasePool instead of @autoreleasepool in order to avoid memory leaks if exceptions are thrown

codecov-io commented 5 years ago

Codecov Report

Merging #30 into master will decrease coverage by 0.27%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   86.65%   86.37%   -0.28%     
==========================================
  Files          96       96              
  Lines        1828     1835       +7     
==========================================
+ Hits         1584     1585       +1     
- Misses        244      250       +6
Impacted Files Coverage Δ
audiostream/src/ni/media/audio/wav/wav_source.h 51.08% <16.66%> (-3.04%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 83f3d18...7d7bd58. Read the comment docs.