forked from fredvs/uoslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.txt
52 lines (48 loc) · 3.94 KB
/
log.txt
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
{**********************************************************************************
* United Openlibraries of Sound ( uos ) *
* -------------------------------------- *
* *
* United procedures to access Open Sound (IN/OUT) libraries *
* *
* With Big contributions of (in alphabetic order) *
* Andrew, BigChimp, Blaazen, Franklyn, KpjComp, Leledumbo, Phoenix, Sandro. *
* *
* Fred van Stappen / [email protected] *
* *
* *
***********************************************************************************
* 1 th changes: 2012-07-20 (First shot) *
* 2 th changes: 2012-07-31 (Mono thread, only one stream) *
* 3 th changes: 2012-11-13 (Mono thread, multi streams) *
* 4 th changes: 2012-11-14 (Multi threads, multi streams) *
* 5 th changes: 2012-11-27 (Event pause, position, volume, reverse) *
* 6 th changes: 2012-12-31 (Class/Oop look, DSP, multi IN/OUT) *
* 7 th changes: 2013-01-12 (Float resolution for all, new DSP proc) *
* 8 th changes: 2013-01-21 (Record, Direct Wire, Save to file, new DSP proc) *
* 9 th changes: 2013-01-28 (FFT, Filters HighPass, LowPass, BandSelect, *
* BandReject, BandPass) *
* 10 th changes: 2013-02-02 (Dibo's time methods, Max Karpushin *
* reference counting in PortAudio) *
* 11 th changes: 2013-05-03 (Fully FP/fpGUI/Lazarus compatible) *
* 12 th changes: 2014-10-01 (Added GetLevel(...) ) *
* 13 th changes: 2014-02-01 (Added Plugin + Dynamic Buffer => uos version 1.0) *
* 14 th changes: 2014-03-01 (String=>PChar, GetSampleRate, => uos version 1.2) *
* 15 th changes: 2014-03-16 (uos_flat + uos => uos version 1.3) *
* 16 th changes: 2014-06-16 (Java uos library compatible) *
* 17 th changes: 2015-03-15 (FreeBSD and MSEgui compatible) *
* 18 th changes: 2015-03-20 (Andrew's Audio Internet Streaming) *
* 19 th changes: 2016-01-31 (Stereo to BinAural (bs2b) plugin + new LoadLib() *
* 20 th changes: 2016-02-21 (Andrew's Noise Removal DSP) *
* 21 th changes: 2016-02-26 (Franklyn A. Harlow : AAC (m4a) and CD audio) *
* 22 th changes: 2016-10-24 (First shot of Synthesizer input) *
* 23 th changes: 2017-01-20 (Opus and OpusFile libraries wrappers included) *
* 24 th changes: 2017-02-02 (Opus web streaming) *
* 25 th changes: 2017-02-20 (First steps IceCast+Shout server web streaming) *
* 26 th changes: 2017-02-20 (AddFromFileIntoMemory() input from file into memory) *
* 27 th changes: 2017-03-02 (AddFromMemoryBuffer() input from memory buffer) *
* 28 th changes: 2017-03-09 (Phoenix's AddFromMemoryStream() from MemoryStream) *
* 29 th changes: 2017-04-16 (Main thread.execute splitted into sub-methods) *
* 30 th changes: 2017-07-19 (Martin MSE environement, uos_Player is a class now) *
* 31 th changes: 2017-11-26 (Added GetBPM from last commit of SoundTouch plugin) *
* *
***********************************************************************************}