libpcm v0.1.0 (2017-08-25T21:20:42Z)
Home
Dub
Repo
WaveData
libPCM
types
Stores wave data
class
WaveData {
size_t
length
;
CodecType
codecType
;
float
sampleRate
;
void
[]
data
;
this
(size_t length, float sampleRate, CodecType codecType, void[] data);
this
(size_t length, float sampleRate, CodecType codecType, size_t dataLength);
}
Constructors
this
this
(size_t length, float sampleRate, CodecType codecType, void[] data)
Undocumented in source.
this
this
(size_t length, float sampleRate, CodecType codecType, size_t dataLength)
Undocumented in source.
Members
Variables
codecType
CodecType
codecType
;
Undocumented in source.
data
void
[]
data
;
Undocumented in source.
length
size_t
length
;
Undocumented in source.
sampleRate
float
sampleRate
;
Undocumented in source.
Meta
Source
See Implementation
libPCM
types
classes
WaveData
structs
PCMFile
PCMHeader
WavFile
WavHeader
Stores wave data