Ignore:
Timestamp:
09/10/09 00:12:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

better RIFF/WAVE support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_wave.h

    r2505 r2590  
    3030#ifndef ROAR_WITHOUT_CF_WAVE 
    3131 
     32// most important codec IDs: 
     33#define ROAR_RIFF_WAVE_CID_PCM        0x0001 
     34#define ROAR_RIFF_WAVE_CID_IEEE_FLOAT 0x0003 
     35#define ROAR_RIFF_WAVE_CID_ALAW       0x0006 
     36#define ROAR_RIFF_WAVE_CID_MULAW      0x0007 
     37 
    3238struct codecfilter_wave_inst { 
    3339 struct roar_stream_server * stream; 
Note: See TracChangeset for help on using the changeset viewer.