We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3eb08d commit 3b38357Copy full SHA for 3b38357
README.md
@@ -1,14 +1,17 @@
1
# TSAV player
2
3
Bellard just published his new [TSAV format](https://bellard.org/tsac/)
4
+
5
Using neural audio to compress wav file into incredible size
6
7
But now no player can play this format directly!
8
9
This is what you want TSAV file player
10
11
## Description
12
13
Firstly, it's a Electron app. (I know all the arguments about this)
14
15
Secondly, the process is simple, transform the TSAV file into wav and play.
16
17
## Getting Started
@@ -19,6 +22,7 @@ npm install
19
22
npm run start
20
23
```
21
24
25
+https://github.com/tcper/tsav-player/assets/363082/e665f0af-ef1e-4878-bf10-90c7c173284e
26
27
### Dependencies
28
0 commit comments