Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.34 KB

QOA-blazor

Blazor GUI for QOA (Quite OK Audio Format) encoding/decoding that you can run in your browser

Web link

qoa-blazor.raiha.rocks

Requirements (end user)

You have to have newish internet browser

How to run / develop

Requirements

You have to have .NET 9 SDK installed,

Actual run

Run

cd src
dotnet run

And then you can open http://localhost:5117 in your browser

How to publish

Requirements

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

Actual publish

Run

cd src
dotnet publish -c Release

and content should be in src\bin\Release\net9.0\publish\wwwroot folder.

Licenses

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