config: add faster configurations

This commit is contained in:
Roman Zeyde
2015-01-08 18:07:01 +02:00
parent c2c1b89a0e
commit ae7d742ee4

View File

@@ -58,6 +58,8 @@ bitrates = {
16: Configuration(F0=6e3, Npoints=16, Nfreq=4),
32: Configuration(F0=3e3, Npoints=16, Nfreq=8),
48: Configuration(F0=3e3, Npoints=64, Nfreq=8),
54: Configuration(F0=3e3, Npoints=64, Nfreq=9),
60: Configuration(F0=2e3, Npoints=64, Nfreq=10),
}
fastest = lambda: bitrates[max(bitrates)]