added my test wave files

pull/1/head
David 2019-03-23 20:56:11 +10:30
parent 998cacc7e6
commit 2c3f262149
9 changed files with 9 additions and 0 deletions

View File

@ -126,3 +126,12 @@ sox ~/Desktop/deep/quant/wia.wav -t raw - | ./dump_data --c2pitch --test - - |
Both are decimated by a factor of 3 (so 30ms update of parameters, 30*44=1733 bits/s).
# Effect of Bit Errors
Random 1 Bit Error Rate (BER):
Predictive:
```sox wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc | ./lpcnet_dec -b 0.01 | aplay -f S16_LE -r 16000```
Direct-split:
```sox wav/wia.wav -t raw -r 16000 - | ./lpcnet_enc -s | ./lpcnet_dec -s -b 0.01 | aplay -f S16_LE -r 16000```

BIN
wav/all.wav 100644

Binary file not shown.

BIN
wav/birch.wav 100644

Binary file not shown.

BIN
wav/canadian.wav 100644

Binary file not shown.

BIN
wav/glue.wav 100644

Binary file not shown.

BIN
wav/oak.wav 100644

Binary file not shown.

BIN
wav/separately.wav 100644

Binary file not shown.

BIN
wav/wanted.wav 100644

Binary file not shown.

BIN
wav/wia.wav 100644

Binary file not shown.