Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/blip_buf/changes.txt
2 views
1
Blip_buf Change Log
2
-------------------
3
4
blip_buf 1.1.0 (2009-10-06)
5
--------------
6
* Changed library name to blip_buf, to make it easier to find uses of on
7
the Web.
8
9
* Increased internal input-output ratio accuracy greatly when compiler
10
supports 64-bit integer type.
11
12
* Renamed blip_buffer_t to blip_t, for consistency with function names.
13
Old name is deprecated.
14
15
* Reduced high-pass so that a bit more bass comes through.
16
17
* Made header file minimally Doxygen-compatible.
18
19
* Added unit test suite.
20
21
* Added assertions to catch more precondition violations (negative
22
values, etc.)
23
24
* blip_new() sets default rate to blip_max_ratio clocks per sample.
25
26
* blip_delete() can now accept NULL, as originally claimed.
27
28
* blip_clocks_needed() now properly returns zero when passed zero.
29
30
* blip_add_delta_fast() now adds delta at same place blip_add_delta()'s
31
center of delta would be, rather than one sample later as before.
32
33
* blip_add_delta() and blip_add_delta_fast() allow adding slightly past
34
buffer size, as originally claimed.
35
36
37
blip 1.0.0 (2008-12-08)
38
----------
39
* First release
40
41