Migrated fork of https://github.com/Gota7/GotaSoundIO > Sound IO library I use for a lot of my projects.
Find a file
2022-06-13 14:36:16 +02:00
IO New Changes 2021-01-12 11:33:43 -05:00
Sound New Changes 2021-01-12 11:33:43 -05:00
.gitignore Ignore VS Stuff 2020-04-09 17:19:55 -04:00
FlagParameters.cs New Changes 2021-01-12 11:33:43 -05:00
GotaSoundIO.csproj convert to net6.0 2022-06-13 14:36:16 +02:00
GotaSoundIO.sln Add Files 2020-04-09 17:54:22 -04:00
Int24.cs New Changes 2021-01-12 11:33:43 -05:00
LICENSE.md Add License 2022-06-10 22:36:48 -04:00
ListUtil.cs Add Files 2020-04-09 17:54:22 -04:00
NullTerminatedString.cs New Changes 2021-01-12 11:33:43 -05:00
README.md Add Files 2020-04-09 17:54:22 -04:00
Table.cs New Changes 2021-01-12 11:33:43 -05:00
UInt24.cs New Changes 2021-01-12 11:33:43 -05:00

Gota's Sound/IO

A library I use to manage reading and writing binary files, and also have some utilities to convert and play some streamed audio files. A lot of reader and writer code was taken from Syroot.BinaryData.