Skip to content

mcraiha/QOA-blazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blazor GUI for QOA (Quite OK Audio Format) encoding/decoding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published