Ignore:
Timestamp:
Apr 23, 2012, 1:32:52 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Supported AudioSystems is configured using include config file.
  • Added: Added playlist demo to Demo player.
  • Added: Working DSP audiosystem for playing using linux /dev/dsp device. DSP backend support only WAV file so far.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CoolAudio/Systems/UAudioSystem.pas

    r347 r352  
    8686  end;
    8787
     88const
     89  WavFileExt = '.wav';
     90  Mp3FileExt = '.mp3';
     91
    8892resourcestring
    8993  SOpenOutputFailed = 'Failed opening audio output';
     
    224228destructor TPlayer.Destroy;
    225229begin
     230  Stop;
    226231  Active := False;
    227232  inherited Destroy;
Note: See TracChangeset for help on using the changeset viewer.