Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Audio and Video
»
TrAudioPlayer - Audio Component for Lazarus
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
ThorVG - test (lightweigh...
by
Boleeman
[
Today
at 10:36:10 am]
TFPGObjectList strange be...
by
Phoenix
[
Today
at 10:32:38 am]
How to disable adding a s...
by
CM630
[
Today
at 10:26:41 am]
Free Pascal for a small e...
by
devEric69
[
Today
at 10:21:44 am]
Keyboard hook - platform ...
by
backprop
[
Today
at 10:21:20 am]
I want to port my LDL pr...
by
JordanCpp
[
Today
at 10:05:41 am]
Debian removes FPC/Lazaru...
by
MarkMLl
[
Today
at 10:01:25 am]
Article “Lazarus vs Delph...
by
Martin_fr
[
Today
at 09:51:24 am]
Dumping preprocessed work...
by
MarkMLl
[
Today
at 09:29:13 am]
[ANN] PasBuild 1.2.0 Rele...
by
VisualLab
[
Today
at 09:26:03 am]
Star Trek playing cards a...
by
TBMan
[February 08, 2026, 10:02:47 pm]
it2play - IT/S3M module r...
by
Lulu
[February 08, 2026, 09:50:23 pm]
Fast Canvas Library V1.05...
by
backprop
[February 08, 2026, 09:24:18 pm]
Lazaris IDE v4.4 - extrem...
by
CM630
[February 08, 2026, 08:10:36 pm]
How to determine the unkn...
by
CM630
[February 08, 2026, 08:06:39 pm]
Pre-Specialize Generic Fu...
by
MMarie
[February 08, 2026, 08:04:53 pm]
Change colors for Code Ex...
by
TBMan
[February 08, 2026, 07:37:40 pm]
Can we wallgarden this, p...
by
Mobius1
[February 08, 2026, 07:21:06 pm]
Testers needed - Skip met...
by
Martin_fr
[February 08, 2026, 05:10:28 pm]
FPC and Lazarus coding st...
by
Curt Carpenter
[February 08, 2026, 04:10:03 pm]
Status of FPC 3.4.0 or FP...
by
Martin_fr
[February 08, 2026, 11:44:46 am]
Here's how to show colour...
by
Pallzi
[February 08, 2026, 11:19:27 am]
Transparent Form: Done di...
by
LV
[February 08, 2026, 08:38:31 am]
Lazarus for Windows on aa...
by
msintle
[February 08, 2026, 02:29:50 am]
Rolling releases Lazarus[...
by
dbannon
[February 08, 2026, 12:44:27 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TrAudioPlayer - Audio Component for Lazarus (Read 526 times)
Guva
Full Member
Posts: 204
🌈 ZX-Spectrum !!!
TrAudioPlayer - Audio Component for Lazarus
«
on:
November 01, 2025, 04:30:00 pm »
TrAudioPlayer - Audio Component for Lazarus
https://github.com/GuvaCode/TrAudioPlayer
Universal audio playback component built on
rAudio
(Raylib backend) with multi-format support and extensible interface architecture.
Key Features
🎵
Multi-format
: MP3, WAV, QOA via rAudio + ZxTune, VGMPlay, LibXmp, WavPack, LibSndFile
🎛️
Band EQ
: Professional equalizer (all players EXCEPT all players EXCEPT default player(rAudio) )
🔧
Extensible
: Add custom players via
IMusicPlayer
interface
🔄
Auto-conversion
: 24-bit → 16-bit for compatibility
📱
Cross-platform
: Windows, Linux
Supported Formats
Backend
Formats
Equalizer
rAudio (Default)
MP3, WAV, QOA, OGG, FLAC
❌ Not supported
ZxTune
ZX Spectrum, Amiga, Atari
✅ Supported
VGMPlay
VGM
✅ Supported
OpenMPT
LibXmp
MOD, XM, IT, S3M
✅ Supported
WavPack
WV (lossless)
✅ Supported
LibSndFile
40+ formats incl. AIFF, AU
✅ Supported
Important Limitations
🚫
Single instance
: Only one player per application
🎚️
EQ restrictions
: Works with ALL players EXCEPT DefaultPlayer
💽
Bit depth
: 24-bit files auto-converted to 16-bit (quality loss)
Band Equalizer Frequencies
Band
Frequency
Control Range
0
32 Hz
-12dB to +12dB
1
64 Hz
-12dB to +12dB
2
125 Hz
-12dB to +12dB
3
250 Hz
-12dB to +12dB
4
500 Hz
-12dB to +12dB
5
1 kHz
-12dB to +12dB
6
2 kHz
-12dB to +12dB
7
4 kHz
-12dB to +12dB
8
8 kHz
-12dB to +12dB
9
16 kHz
-12dB to +12dB
Many thanks to the users @Gigatron , @Fred vS, @TRon
«
Last Edit: November 02, 2025, 06:54:07 pm by Guva
»
Logged
GitHub
Telegram
Discord
AlexTP
Hero Member
Posts: 2671
Re: TrAudioPlayer - Audio Component for Lazarus
«
Reply #1 on:
November 01, 2025, 06:56:32 pm »
good work, thanks!
I wonder will component appear, to support FFMPEG engine video playback in Laz... for Delphi such a component exists. it is shareware, about 100$.
Logged
CudaText editor
-
ATSynEdit
-
More from me
Guva
Full Member
Posts: 204
🌈 ZX-Spectrum !!!
Re: TrAudioPlayer - Audio Component for Lazarus
«
Reply #2 on:
November 02, 2025, 06:52:19 pm »
Addressed Windows-specific issues to ensure correct operation.
The initial implementation was developed and tested on a Linux environment, and these fixes resolve the problems discovered during Windows testing.
Fixed libvgmplay for Windows, no longer requires the zlib library.
Fixes for correct operation in Windows.
Removed OpenMPT as some cross-compilation issues with the library have not yet been resolved.
Added libXmp as a replacement for OpenMPT.
Logged
GitHub
Telegram
Discord
Gigatron
Sr. Member
Posts: 367
Amiga Rulez !!
Re: TrAudioPlayer - Audio Component for Lazarus
«
Reply #3 on:
November 02, 2025, 10:05:31 pm »
Very good job @guva, Thank you very much.
Logged
Coding faster than Light !
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Audio and Video
»
TrAudioPlayer - Audio Component for Lazarus
TinyPortal
© 2005-2018