Overview   News   Download   Status   Licensing   Mailing Lists   Links 
 
 olofson.net   EEL 
 
Audiality

Download Audiality

Requirements

  • SDL 1.2
  • Reasonably new C compiler
  • An operating system
  • Sound card with drivers
  • Autoconf 2.57 (Older might work)
  • Automake 1.7.6 (Older might work)
  • Libtool 1.5 (Older might work)

Optional

  • ALSA sound card drivers
  • OSS or OSS/Free sound card drivers
  • MIDI controller (a keyboard or something)

The code

Installing

  • Unpack into whatever place you want sources
  • In the top dir:
    • './configure'
    • 'make'
  • As root: (or add options for user install)
    • 'make install'
  • In the test subdir:
    • './configure'
    • 'make'
    • './eeltest' (does the output make sense? ;-)
    • './atest' (jukebox toy :-)
    • './agwplay -h' (command line player; show help)
    • './synth' (real time midi synth)
If the lib won't compile for reasons related to ALSA, try './configure --disable-alsa'. The ALSA rawmidi support in version 0.1.0 is for ALSA 0.5 only. Version 0.1.1 has ALSA sequencer supports for ALSA 0.9 or later.
Valid HTML 4.01!