Difference between revisions of "Projects using Free Pascal - Libraries"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "TODO")
 
Line 1: Line 1:
TODO
+
= Free Pascal libraries =
 +
 
 +
 
 +
== uoslib a audio library ==
 +
 
 +
 
 +
uoslib is the library version of uos: United OpenLib of Sound.
 +
 
 +
uoslib is a native Java or/and system library for various OS, including Unix and Windows.
 +
 
 +
Compatible for C, Java, Python, ...
 +
 
 +
uos unifies the best open-source audio libraries.
 +
 
 +
With uos you can:
 +
 
 +
. Listen to mp3, ogg, wav, flac, m4a, opus, cda ... audio files.
 +
 
 +
. Deal with 16, 32 integer or float 32 bit resolution.
 +
 
 +
. Do internet audio streaming of mp3 and opus files.
 +
 
 +
. Record all types of input into wav file with 16 or 32 bit resolution.
 +
 
 +
. Add DSP effects and filters, however many you want and record it.
 +
 
 +
. Listen to multiple input and output.
 +
 
 +
. Produce sound from built-in synthesizer.

Revision as of 19:27, 23 August 2020

Free Pascal libraries

uoslib a audio library

uoslib is the library version of uos: United OpenLib of Sound.

uoslib is a native Java or/and system library for various OS, including Unix and Windows.

Compatible for C, Java, Python, ...

uos unifies the best open-source audio libraries.

With uos you can:

. Listen to mp3, ogg, wav, flac, m4a, opus, cda ... audio files.

. Deal with 16, 32 integer or float 32 bit resolution.

. Do internet audio streaming of mp3 and opus files.

. Record all types of input into wav file with 16 or 32 bit resolution.

. Add DSP effects and filters, however many you want and record it.

. Listen to multiple input and output.

. Produce sound from built-in synthesizer.