Changeset 736:44f4feb2496f in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
09/03/08 03:37:50 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added basic alaw cf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r668 r736  
    3030 {ROAR_CODEC_RIFF_WAVE, "RIFF/WAVE", "RIFF/WAVE", NULL, ROAR_CODECFILTER_READ, 
    3131  cf_wave_open, cf_wave_close, NULL, NULL, cf_wave_read, NULL}, 
     32 
     33 {ROAR_CODEC_ALAW, "alaw", "A-Law", NULL, ROAR_CODECFILTER_READ, 
     34  cf_alaw_open, cf_alaw_close, NULL, NULL, cf_alaw_read, NULL}, 
    3235 
    3336 {ROAR_CODEC_OGG_GENERAL, "cmd",  "ogg123", 
Note: See TracChangeset for help on using the changeset viewer.