HVScrollView icon indicating copy to clipboard operation
HVScrollView copied to clipboard

Separate wave header decoding

Open dedobbin opened this issue 4 years ago • 0 comments

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 partial load in the future.

I didn't implement it for AIFF files (yet) because i don't know if its possible in the same way. I never worked with that format before. It didn't seem a big problem because the loading of different file types is pretty isolated.

dedobbin avatar May 28 '21 19:05 dedobbin