Migrated fork of https://github.com/Gota7/GotaSoundIO
> Sound IO library I use for a lot of my projects.
- C# 100%
| IO | ||
| Sound | ||
| .gitignore | ||
| FlagParameters.cs | ||
| GotaSoundIO.csproj | ||
| GotaSoundIO.sln | ||
| Int24.cs | ||
| LICENSE.md | ||
| ListUtil.cs | ||
| NullTerminatedString.cs | ||
| README.md | ||
| Table.cs | ||
| UInt24.cs | ||
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.