Skip to content

Commit f787ec4

Browse files
committed
Version 2240422.
1 parent fda7f8a commit f787ec4

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

contributors.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Blaazen : He knows digital audio and explains how it works. He is the Professor
88

99
Dibo : Shows the best way to calculate time.
1010

11+
DomingoGP: introduced roundmath() vs round().
12+
1113
Franklyn A. Harlow : AAC and CD audio -> he did it.
1214

1315
KpjComp : He gives the way to link PortAudio with SndFile and shows the best way to pause a thread.

examples/uos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface
7575
Classes, ctypes, Math, sysutils;
7676

7777
const
78-
uos_version : cint32 = 2240220;
78+
uos_version : cint32 = 2240422;
7979

8080
{$IF DEFINED(bs2b)}
8181
BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16);

log.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
* 37 th changes: 2022-03-16 (Added missing Album and Track tag) * *
5353
* 38 th changes: 2022-03-20 (Methods inlined) *
5454
* 39 th changes: 2023-12-27 (Added uos_UpdateDevice(). Sample rate is float) *
55+
* 40 th changes: 2024-04-22 (Changed all round() with roundmath() *
5556

5657
***********************************************************************************}

src/uos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface
7575
Classes, ctypes, Math, sysutils;
7676

7777
const
78-
uos_version : cint32 = 2240220;
78+
uos_version : cint32 = 2240422;
7979

8080
{$IF DEFINED(bs2b)}
8181
BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16);

0 commit comments

Comments
 (0)