cAudio 2.3.0
3d Audio Engine
Loading...
Searching...
No Matches
EAudioFormats.h
1// Copyright (c) 2008-2011 Raynaldo (Wildicv) Rivera, Joshua (Dark_Kilauea) Jones, Murat (wolfmanfx) Sari
2// This file is part of the "cAudio Engine"
3// For conditions of distribution and use, see copyright notice in cAudio.h
4
5#pragma once
6
7namespace cAudio
8{
11 {
12 EAF_8BIT_MONO,
13 EAF_8BIT_STEREO,
14 EAF_16BIT_MONO,
15 EAF_16BIT_STEREO
16 };
17};
Main namespace for the entire cAudio library.
Definition: cAudioCapture.h:16
AudioFormats
Enumeration of audio formats supported by the engine.
Definition: EAudioFormats.h:11