OpenMW
|
#include "soundmanagerimp.hpp"
#include <iostream>
#include <algorithm>
#include <map>
#include "../mwbase/environment.hpp"
#include "../mwbase/world.hpp"
#include "../mwworld/esmstore.hpp"
#include "../mwworld/player.hpp"
#include "sound_output.hpp"
#include "sound_decoder.hpp"
#include "sound.hpp"
#include "openal_output.hpp"
Namespaces | |
namespace | MWSound |
Sound & music. | |
Defines | |
#define | SOUND_OUT "OpenAL" |
Functions | |
const char * | MWSound::getSampleTypeName (SampleType type) |
const char * | MWSound::getChannelConfigName (ChannelConfig config) |
size_t | MWSound::framesToBytes (size_t frames, ChannelConfig config, SampleType type) |
size_t | MWSound::bytesToFrames (size_t bytes, ChannelConfig config, SampleType type) |
#define SOUND_OUT "OpenAL" |