forked from szechyjs/mbelib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
56 lines (42 loc) · 1.46 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
1.3.1:
Redirect all printf to stderr ( Change all printf to fprintf(stderr,)
Increment to 1.3.1 to make it easy to differentiate if this particular version is installed
1.3.0:
Initial DSTAR AMBE support
Fixed random number generator
Several bug fixes and optimizations
1.2.5 Use CMake:
The cross platform building was getting hard to maintain,
removed Makefile in favor of CMake.
1.2.4 Fixed bugs:
Makefile cleanup
Readme file improvements
fix golayMatrix
bug in imbe7100x4400
1.2.3 Fixed bugs:
Cik array in mbe_decodeAmbe2250Parms was too small
1.2.2 Fixed bugs:
uninitialized variable in SpectralAmpEnhance()
1.2.1 New Features:
Improved unvoiced speech synthesis
Fixed bugs:
bug in spectralAmpEnhance()
1.2 New features:
Support for imbe7100x4400 vocoder
Improved audio quality
Fixed bugs:
error in hamming ecc
1.1 New features:
new synthesizer functions with floating point output buffer.
original short output buffer function stubs for compatibility.
audio gain and clipping is no longer done during synthesis
except within the compatibility functions.
1.0.2 Fixed bugs:
fixed several problems in synthesizer causing clicks
reduced error -> repeat thresholds for reduced noise bursts
ambe3600x2250 now correctly handles "Silence" frames
ambe Tone and Erasure frames are now indicated with T and E in errorbars
1.0.1 Fixed bugs:
cur_mp->repeat was not being copied to prev_mp
logic to check for bad mbe frames was incorrect
1.0 First release