Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 760 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 760 Bytes

JAudioLib

License

About

Delphi Audio Library. Primarily use Windows WASAPI.

Confirmed Environment

  • IDE: Delphi12.1
  • Platforms: Win64 / Win32

Features

  • Shared / Exclusive mode.

    • The exclusive mode only supports limited formats, so please be aware.
  • Capture Mic Audio.

  • Capture System Audio.

  • Capture audio save To Wave(Format customizable).

  • Render(Play) audio from Wave.

Summary

  1. Download this Zip(or Clone).
  2. Add the 'Source' directory to the Delphi library path.
  • This library units prefix is "Jal*.pas"(main classes is "TJal*").

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.