On Tue, Jun 15, 2010 at 10:28 AM, Henry Vermaak <henry.verm...@gmail.com>wrote:

> On 15 June 2010 08:37, Alexander Grau <a...@grauonline.de> wrote:
> >
> > For Linux, I think it can be simple as opening a file and writing the raw
> > audio data to it - using a simple WAV header reader or even an MP3
> decoder
> > for FPC, it should be possible to directly use the sound device
>  (/dev/dsp):
>
> Note that OSS is deprecated, so this solution won't last very long.
>

True. I've written my last OSS-only application a year ago and it didn't
work on over 50% of computers I've tried it on.

Now I use Alsa or Jack. Jack is very simple to use and very powerfull, but
not available everywhere. Alsa is everywhere.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to