Changeset 3955:bc990fb2614a in roaraudio


Ignore:
Timestamp:
06/25/10 02:27:42 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added profile for wav

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r3943 r3955  
    10191019                .channels = ROAR_CHANNELS_DEFAULT, 
    10201020                .codec    = ROAR_CODEC_DEFAULT}}, 
     1021 {"wav",       {.rate     = ROAR_RATE_DEFAULT, 
     1022                .bits     = ROAR_BITS_DEFAULT, 
     1023                .channels = ROAR_CHANNELS_DEFAULT, 
     1024                .codec    = ROAR_CODEC_RIFF_WAVE}}, 
    10211025 {"cd",        {.rate =  44100, .bits = 16, .channels =  2, .codec = ROAR_CODEC_DEFAULT}}, 
    10221026 {"cdr",       {.rate =  44100, .bits = 16, .channels =  2, .codec = ROAR_CODEC_PCM_S_BE}}, 
Note: See TracChangeset for help on using the changeset viewer.