Changeset 221:784858eb3885 in roaraudio


Ignore:
Timestamp:
07/22/08 13:13:54 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added timidity as output filter vor MIDI files, works on ix86 with default settings of teh server, may not work with diffrent settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r205 r221  
    1212 {ROAR_CODEC_OGG_VORBIS, "oggvorbis", "Ogg Vorbis decoder", NULL, 
    1313 cf_vorbis_open, cf_vorbis_close, NULL, NULL, cf_vorbis_read, NULL}, 
     14 
     15 {ROAR_CODEC_MIDI_FILE, "MIDIFILE", "timidity MIDI synth", 
     16  "timidity -Or1sl -s %R -o - -", 
     17  cf_cmd_open, NULL, NULL, NULL, NULL, NULL}, 
    1418 
    1519 {ROAR_CODEC_FLAC, "cmd",  "ogg123", 
Note: See TracChangeset for help on using the changeset viewer.