We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a1851 commit 1116916Copy full SHA for 1116916
CHANGELOG
@@ -0,0 +1,3 @@
1
+## v0.2.0 - 20/11/25
2
+
3
+* First alpha release version
vl8.py
@@ -10,7 +10,7 @@
10
import util
11
12
__all__ = 'vl8'
13
-__version__ = '0.1.0'
+__version__ = '0.2.0'
14
INFILE = '/data/vl8/full.wav'
15
MAX_FRAME = 4096
16
SAMPLERATE = 44100
0 commit comments