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

From Lazarus wiki
Jump to navigationJump to search
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Free Pascal libraries =
+
{{Projects using Free Pascal - Libraries}}
  
 +
== COMTAY ==
 +
 +
* '''COMTAY''' is a shared library that implements the management of adjustable stackful asymmetric coroutines.
 +
* It is applicable to both procedural and class-based programming to implement cooperative multitasking.
 +
**
 +
** COMTAY currently supports the calling conventions of Free Pascal, Delphi, MS Visual C++, and GNU C++.
 +
** It runs on 32- and 64-bit platforms on Windows and Linux.
 +
----
 +
'''[https://opensimply.org/comtay COMTAY homepage]'''
  
 
== uoslib audio library ==
 
== uoslib audio library ==
  
 
+
[https://github.com/fredvs/uoslib uoslib] is the library version of [https://github.com/fredvs/uos uos]: United OpenLib of Sound.
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.
 
uoslib is a native Java or/and system library for various OS, including Unix and Windows.
  
Compatible for C, Java, Python, ...
+
Compatible for applications written in 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.
 

Latest revision as of 16:57, 27 February 2024

English (en)

COMTAY

  • COMTAY is a shared library that implements the management of adjustable stackful asymmetric coroutines.
  • It is applicable to both procedural and class-based programming to implement cooperative multitasking.
    • COMTAY currently supports the calling conventions of Free Pascal, Delphi, MS Visual C++, and GNU C++.
    • It runs on 32- and 64-bit platforms on Windows and Linux.

COMTAY homepage

uoslib 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 applications written in C, Java, Python, ...