Hi guys. Need your advice by work with this package in lazarus.
I downloaded
this ACS 3.0.3 latest release version and install it on the latest versions of Lazarus (Version 3.4 for Windows 64 bit and for Debian 64 bit).
Windows:
Trying to play mp3 file in included demo project - player2. AudioOut1.DriverName has only one possible to select property - Wavemapper. It works fine for wav files.
For playing mp3 files suggest i should use this unit:
{$IFDEF WINDOWS}
//,ACS_DXAudio //DirectSound Driver
{$ELSE}
Having uncommented this unit and adding laz_acs_directx in dependencies in project inspector i've get error with dependencies of package laz_acs_directx 3.0.3 with package pl_directx. I dont't know where can i get this package(pl_directx).
Linux Ubuntu:
There is a two variant of playing files with Alsa Driver and AO Live Driver. Both of them perfect works with wav files in demo project player2. When i trying to open mp3 files, i've get error 'External SIGSEGV'.
No one demo project work with mp3 files for me. What i'm doing wrong ? Maybe anyone has simple working demo project with playing mp3 with ACS.