JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions | Variables
juce_WavAudioFormat.cpp File Reference

Go to the source code of this file.

Classes

struct  juce::WavFileHelpers::BWAVChunk
 
struct  juce::WavFileHelpers::SMPLChunk
 
struct  juce::WavFileHelpers::SMPLChunk::SampleLoop
 
struct  juce::WavFileHelpers::InstChunk
 
struct  juce::WavFileHelpers::CueChunk
 
struct  juce::WavFileHelpers::CueChunk::Cue
 
struct  juce::WavFileHelpers::AcidChunk
 
struct  juce::WavFileHelpers::TracktionChunk
 
struct  juce::WavFileHelpers::ExtensibleWavSubFormat
 
struct  juce::WavFileHelpers::DataSize64Chunk
 
class  juce::WavAudioFormatReader
 
class  juce::WavAudioFormatWriter
 
class  juce::MemoryMappedWavReader
 

Namespaces

namespace  juce
 JUCE Namespace.
 
namespace  juce::WavFileHelpers::ListInfoChunk
 Reads a RIFF List Info chunk from a stream positioned just after the size byte.
 

Typedefs

using juce::StringMap = std::unordered_map< String, String >
 

Functions

constexpr int juce::WavFileHelpers::chunkName (const char *name) noexcept
 
constexpr size_t juce::WavFileHelpers::roundUpSize (size_t sz) noexcept
 
AudioChannelSet juce::WavFileHelpers::canonicalWavChannelSet (int numChannels)
 

Variables

struct juce::WavFileHelpers::BWAVChunk juce::WavFileHelpers::JUCE_PACKED
 

Class Documentation

◆ juce::WavFileHelpers::SMPLChunk::SampleLoop

struct juce::WavFileHelpers::SMPLChunk::SampleLoop

Definition at line 354 of file juce_WavAudioFormat.cpp.

Class Members
uint32 end
uint32 fraction
uint32 identifier
uint32 playCount
uint32 start
uint32 type

◆ juce::WavFileHelpers::CueChunk::Cue

struct juce::WavFileHelpers::CueChunk::Cue

Definition at line 515 of file juce_WavAudioFormat.cpp.

Class Members
uint32 blockStart
uint32 chunkID
uint32 chunkStart
uint32 identifier
uint32 offset
uint32 order

Function Documentation

◆ canonicalWavChannelSet()

AudioChannelSet juce::WavFileHelpers::canonicalWavChannelSet ( int  numChannels)

Definition at line 337 of file juce_WavAudioFormat.cpp.

◆ chunkName()

constexpr int juce::WavFileHelpers::chunkName ( const char name)
constexprnoexcept

Definition at line 263 of file juce_WavAudioFormat.cpp.

◆ roundUpSize()

constexpr size_t juce::WavFileHelpers::roundUpSize ( size_t  sz)
constexprnoexcept

Definition at line 264 of file juce_WavAudioFormat.cpp.