https://github.com/cwbudde/iap
A Library bundled for the ITDevCon 2014 presentation "Immersive Audio Programming", which contains the necessary code to build a platform independent audio environment with Delphi.
https://github.com/cwbudde/iap
audio delphi immersive object-pascal platform-independent
Last synced: 26 days ago
JSON representation
A Library bundled for the ITDevCon 2014 presentation "Immersive Audio Programming", which contains the necessary code to build a platform independent audio environment with Delphi.
- Host: GitHub
- URL: https://github.com/cwbudde/iap
- Owner: CWBudde
- License: mit
- Created: 2014-10-27T10:03:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-19T02:11:28.000Z (4 months ago)
- Last Synced: 2025-11-19T04:10:08.835Z (4 months ago)
- Topics: audio, delphi, immersive, object-pascal, platform-independent
- Language: Pascal
- Size: 5.52 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
IAP
===
A Library bundled for the ITDevCon 2014 presentation "Immersive Audio Programming", which contains the necessary code to build a platform independent audio environment with Delphi.
The library is written in pure Object Pascal and thus might not be the fastest code. However, this has the advantage of platform independence. The code should run on all platforms, except for the PortAudio interface, which is limited to the major Desktop platforms (Windows, OSX and Linux). Since the library uses generics and other rather modern language features it only runs in XE and above.