MCPcopy Create free account
hub / github.com/Tracktion/choc / getFloatBitDepth

Function getFloatBitDepth

choc/audio/choc_AudioFileFormat.h:349–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349inline constexpr BitDepth getFloatBitDepth (uint16_t numBits)
350{
351 switch (numBits)
352 {
353 case 32: return BitDepth::float32;
354 case 64: return BitDepth::float64;
355 default: return BitDepth::unknown;
356 }
357}
358
359inline std::string_view getSpeakerName (Speaker s)
360{

Callers 1

readChunk_fmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected