Changeset 352 for CoolAudio/Systems/FMOD


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/FMOD/UAudioSystemFMOD.pas

    r351 r352  
    11unit UAudioSystemFMOD;
    22
    3 {$mode objfpc}{$H+}
     3{$I UCoolAudioConfig.inc}
     4{$mode delphi}{$H+}
    45
    56interface
    67
     8{$IFDEF AudioSystemFMOD}
    79uses
    810  Classes, SysUtils, fmoddyn, fmodtypes, UAudioSystem, DateUtils;
     
    3941  end;
    4042
     43{$ENDIF}
     44
     45
    4146implementation
     47
     48{$IFDEF AudioSystemFMOD}
    4249
    4350{ TAudioSystemFMOD }
     
    129136end;
    130137
     138{$ENDIF}
     139
    131140end.
    132141
Note: See TracChangeset for help on using the changeset viewer.