MCPcopy Create free account
hub / github.com/adamstark/AudioFile / WavAudioFormat

Enum WavAudioFormat

AudioFile.h:290–297  ·  view source on GitHub ↗

=============================================================

Source from the content-addressed store, hash-verified

288
289//=============================================================
290enum WavAudioFormat
291{
292 PCM = 0x0001,
293 IEEEFloat = 0x0003,
294 ALaw = 0x0006,
295 MULaw = 0x0007,
296 Extensible = 0xFFFE
297};
298
299//=============================================================
300enum AIFFAudioFormat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected