The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
stb_vorbis_info
audioformats
stb_vorbis2
//////// FUNCTIONS USEABLE WITH ALL INPUT MODES
nothrow @
nogc
struct
stb_vorbis_info {
uint
sample_rate
;
int
channels
;
uint
setup_memory_required
;
uint
setup_temp_memory_required
;
uint
temp_memory_required
;
int
max_frame_size
;
}
Meta
Source
See Implementation
audioformats
stb_vorbis2
aliases
STBVorbisError
functions
get8
manifest constants
STB_VORBIS_MAX_CHANNELS
static functions
float32_unpack
structs
stb_vorbis_info
//////// FUNCTIONS USEABLE WITH ALL INPUT MODES