Lib
QOLを高める
Classes | Variables
yappy::sound Namespace Reference

Sound effect and BGM library. More...

Classes

struct  Bgm
 
struct  hmmioDeleter
 
struct  oggFileDeleter
 
struct  SoundEffect
 
struct  voiceDeleter
 
class  XAudio2
 

Variables

const uint32_t SoundFileSizeMax = 3 * 1024 * 1024
 
const uint32_t SoundEffectPlayMax = 64
 
const uint32_t BgmOvReadSize = 4096
 
const uint32_t BgmBufferSize = 4096 * 16
 
const uint32_t BgmBufferCount = 2
 

Detailed Description

Sound effect and BGM library.

Variable Documentation

const uint32_t yappy::sound::BgmBufferCount = 2

Definition at line 19 of file sound.h.

const uint32_t yappy::sound::BgmBufferSize = 4096 * 16

Definition at line 18 of file sound.h.

const uint32_t yappy::sound::BgmOvReadSize = 4096

Definition at line 17 of file sound.h.

const uint32_t yappy::sound::SoundEffectPlayMax = 64

Definition at line 15 of file sound.h.

const uint32_t yappy::sound::SoundFileSizeMax = 3 * 1024 * 1024

Definition at line 14 of file sound.h.