Blazor GUI for QOA (Quite OK Audio Format) encoding/decoding that you can run in your browser
You have to have newish internet browser
You have to have .NET 10 SDK installed,
Run
cd src
dotnet run
And then you can open http://localhost:5117 in your browser
You have to have wasm-tools workload installed, before you you can do publish. You can install it with following command
dotnet workload install wasm-tools
Run
cd src
dotnet publish -c Release
and content should be in src\bin\Release\net9.0\publish\wwwroot folder.
All code files (*.cs, .razor) and HTML files (.html) are under MIT license, because QOA and MVP.css use that license
Icon file is modified emoji from Twitter Emoji (Twemoji) project. Their license is also MIT