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
Status of Missile Command...
by
TBMan
[
Today
at 03:42:52 am]
About the Class View
by
yinhuajian
[
Today
at 03:03:33 am]
Does FreePascal have a WM...
by
CM630
[December 15, 2025, 11:20:24 pm]
AVRPascal – free code edi...
by
ackarwow
[December 15, 2025, 10:40:17 pm]
Why does the call via fun...
by
ASerge
[December 15, 2025, 10:06:19 pm]
TLazSerial : serial port ...
by
CM630
[December 15, 2025, 09:56:09 pm]
Question re. FCL's ssocke...
by
jamie
[December 15, 2025, 09:23:35 pm]
connecting to mariadb
by
alanyoung
[December 15, 2025, 05:57:03 pm]
delete cookies
by
Leledumbo
[December 15, 2025, 05:14:27 pm]
[hacked for now] Changing...
by
jamie
[December 15, 2025, 04:40:15 pm]
Error: Enumeration symbol...
by
nanobit
[December 15, 2025, 04:17:38 pm]
AI interactions
by
Zvoni
[December 15, 2025, 02:19:48 pm]
Recomendations for conver...
by
kompustelnik
[December 15, 2025, 11:20:05 am]
Qt6 / X11: problem with G...
by
paweld
[December 15, 2025, 11:14:43 am]
[Solved] Lookup field: er...
by
BlueIcaro
[December 15, 2025, 09:59:57 am]
LCL Web Native with D2Bri...
by
egsuh
[December 15, 2025, 08:10:14 am]
Access Violation - Databa...
by
Xenno
[December 15, 2025, 06:21:52 am]
SpkToolbar custom update
by
wp
[December 14, 2025, 11:55:55 pm]
MVP made easier.
by
cdbc
[December 14, 2025, 05:14:40 pm]
Lazarus is not working
by
Fred vS
[December 14, 2025, 05:14:20 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 14, 2025, 04:52:18 pm]
Running External Tools
by
JuhaManninen
[December 14, 2025, 04:08:28 pm]
The start of yet another ...
by
TBMan
[December 14, 2025, 03:16:21 pm]
Need help with Runcommand...
by
marcov
[December 14, 2025, 12:46:25 pm]
Military Grade Directives
by
Thaddy
[December 14, 2025, 11:46:44 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TrAudioPlayer - Audio Component for Lazarus (Read 425 times)
Guva
Full Member
Posts: 201
🌈 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: 2655
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: 201
🌈 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: 336
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
Trip to Europe... finished in 40 days !
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Audio and Video
»
TrAudioPlayer - Audio Component for Lazarus
TinyPortal
© 2005-2018