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
AdvancedHTTPServer: A Go-...
by
CynicRus
[
Today
at 12:59:07 am]
Unit decfloat
by
srvaldez
[
Today
at 12:14:43 am]
What's wrong with my appl...
by
cdbc
[January 19, 2026, 10:15:24 pm]
Access violation during d...
by
Martin_fr
[January 19, 2026, 08:02:11 pm]
Adjacent rectangles not a...
by
jamie
[January 19, 2026, 06:21:09 pm]
Developing FreePascal on ...
by
HKPhysicist
[January 19, 2026, 03:53:13 pm]
Cross Compile for Dos on ...
by
andersonscinfo
[January 19, 2026, 03:49:40 pm]
Very simple Style Manager...
by
zamtmn
[January 19, 2026, 02:53:11 pm]
Assigning firebird file n...
by
egsuh
[January 19, 2026, 10:18:22 am]
Strings in Free Pascal: I...
by
Thaddy
[January 19, 2026, 07:43:13 am]
Postgres, ZEOS and Visual...
by
Thaddy
[January 19, 2026, 07:00:03 am]
Feature announcement: Fun...
by
Thaddy
[January 19, 2026, 06:55:15 am]
[SOLVED] Strange behavior...
by
jamie
[January 19, 2026, 12:08:12 am]
ThemeServices.OnThemeChan...
by
sgj
[January 18, 2026, 10:37:32 pm]
AVRPascal – free code edi...
by
ackarwow
[January 18, 2026, 10:18:12 pm]
help implementing frexp
by
srvaldez
[January 18, 2026, 09:25:07 pm]
my implementation of frex...
by
srvaldez
[January 18, 2026, 06:27:39 pm]
Rolling releases Lazarus[...
by
Martin_fr
[January 18, 2026, 04:37:42 pm]
Question about optimizer ...
by
PascalDragon
[January 18, 2026, 04:01:54 pm]
How to set the Excel cell...
by
dodgex
[January 18, 2026, 02:06:25 pm]
PeaZip project turns 20 t...
by
JanRoza
[January 18, 2026, 01:57:46 pm]
How to implement multiple...
by
bills
[January 18, 2026, 01:26:29 pm]
RPNCalc in Lazarus
by
jwdietrich
[January 18, 2026, 12:13:43 pm]
Is this Pascal Compiler t...
by
HKPhysicist
[January 18, 2026, 11:11:59 am]
Maze Makers: Modified Cyl...
by
Boleeman
[January 18, 2026, 08:51:29 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TrAudioPlayer - Audio Component for Lazarus (Read 498 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: 2669
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: 354
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