Raw PCM WAVE, uncompressed
RAW PCM WAVE format. This is like WINDOWS PCM WAVE format without RIFF header. User must specify sample rate, channel number, bit per sample, big endian or little endian.
Decoder |
RAW PCM WAVE |
File extension |
.* ( all extensions ) |
Description |
Raw PCM wave format, uncompressed. Supported 8 and 16 bit per sample, little endian, big endian. See Remarks. |
Supported by |
Native windows winmm library. |
Web |
|
Email |
|
Copyright © |
|
Info tags |
Not supported. We are working with raw stream. |
Reverse playing |
Supported. |
Accurate length |
Supported. |
Accurate seek |
Supported. |
BPM detection |
Supported. |
Gapless playing |
Supported. |
Dynamic streams |
Supported. |
Format autodetection |
Not supported. There is nothing to detect, we are working with row stream. This can be anything. |
Audio autodetection |
Not supported. See Remarks. |
Recorder/Encoder |
Supported. |
Supported channels |
1 channel (mono), 2 channels (stereo) |
Because RAW PCM stream has no info headers, decoder can't detect audio format.
Therefore user must use SetSettings with TSettingID to specify sidSamplerate, sidChannelNumber, sidBitPerSample and sidBigEndian parameters before stream opening.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |