Re: [Lazarus] How to play audio from memory.

2016-05-17 Thread Graeme Geldenhuys
On 2016-05-17 08:27, Mattias Gaertner wrote: > Right Click / Filter* Awesome, thanks. Regards, Graeme -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to play audio from memory.

2016-05-17 Thread Mattias Gaertner
On Tue, 17 May 2016 08:13:11 +0100 Graeme Geldenhuys wrote: >[...] > > the code tree that references those units. Do you know if Lazarus has a > > way to show the units used when a compilation fails? You might want to increase the compiler verbosity. Project /

Re: [Lazarus] How to play audio from memory.

2016-05-17 Thread Graeme Geldenhuys
On 2016-05-16 22:37, Donald Ziesig wrote: > Unfortunately, the version I have on the Pi doesn't have the units for > openssl and fpopenssl. I doubt it is UOS that needs those dependencies. They have nothing to do with Sound, but rather Encryption and Security. It is most likely something in your

Re: [Lazarus] How to play audio from memory.

2016-05-16 Thread Donald Ziesig
On 05/11/2016 05:26 PM, Graeme Geldenhuys wrote: On 2016-05-11 21:53, Donald Ziesig wrote: Currently I am able to do this by calling omxplayer with a file name and volume information. Unfortunately, the latency between starting omxplayer and the beginning of the audio output is several seconds

Re: [Lazarus] How to play audio from memory.

2016-05-11 Thread Graeme Geldenhuys
On 2016-05-11 21:53, Donald Ziesig wrote: > Currently I am able to do this by calling omxplayer with a file name and > volume information. Unfortunately, the latency between starting > omxplayer and the beginning of the audio output is several seconds Yes, it’s possible with the United OpenLib

[Lazarus] How to play audio from memory.

2016-05-11 Thread Donald Ziesig
Hi All! Is there any Free Pascal code that can play audio directly from memory? I would like to be able to play the equivalent of a .WAV file through the stereo output jack of a Raspberry Pi. Currently I am able to do this by calling omxplayer with a file name and volume information.