engine: move engine/audio/public to public/ directory
This commit is contained in:
parent
091b49e29c
commit
a68d5d8633
84 changed files with 1 additions and 12 deletions
engine/audio
MPAFile.cppMPAFile.hMPAHeader.cppMPAHeader.hVBRHeader.cppVBRHeader.haudio_pch.cppaudio_pch.hcircularbuffer.cppcircularbuffer.heax.hposix_stubs.hsnd_channels.hsnd_convars.hsnd_dev_common.cppsnd_dev_common.hsnd_dev_direct.cppsnd_dev_direct.hsnd_dev_mac_audioqueue.cppsnd_dev_mac_audioqueue.hsnd_dev_openal.cppsnd_dev_openal.hsnd_dev_sdl.cppsnd_dev_sdl.hsnd_dev_wave.cppsnd_dev_wave.hsnd_dev_xaudio.cppsnd_dev_xaudio.hsnd_dma.cppsnd_dma.hsnd_dsp.cppsnd_env_fx.hsnd_fixedint.hsnd_mix.cppsnd_mix_buf.hsnd_mp3_source.cppsnd_mp3_source.hsnd_posix.cppsnd_sentence_mixer.cppsnd_sfx.hsnd_stubs.cppsnd_stubs.hsnd_wave_data.cppsnd_wave_data.hsnd_wave_mixer.cppsnd_wave_mixer.hsnd_wave_mixer_adpcm.cppsnd_wave_mixer_adpcm.hsnd_wave_mixer_mp3.cppsnd_wave_mixer_mp3.hsnd_wave_mixer_private.hsnd_wave_mixer_xma.cppsnd_wave_mixer_xma.hsnd_wave_source.cppsnd_wave_source.hsnd_wave_temp.cppsnd_wave_temp.hsnd_win.cppsound_private.hvoice.cppvoice_gain.cppvoice_gain.hvoice_mixer_controls.cppvoice_mixer_controls.hvoice_mixer_controls_openal.cppvoice_record_dsound.cppvoice_record_mac_audioqueue.cppvoice_record_openal.cppvoice_record_sdl.cppvoice_sound_engine_interface.cppvoice_sound_engine_interface.hvoice_wavefile.cppvoice_wavefile.hvox.cppvox_private.h
public/engine/audio
|
@ -1,10 +0,0 @@
|
|||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $Workfile: $
|
||||
// $Date: $
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#include "audio_pch.h"
|
|
@ -62,5 +62,5 @@
|
|||
#include "xbox/xbox_win32stubs.h"
|
||||
#include <xhv2.h>
|
||||
#elif POSIX
|
||||
#include "audio/private/posix_stubs.h"
|
||||
#include "audio/posix_stubs.h"
|
||||
#endif
|
||||
|
|
|
@ -107,7 +107,6 @@ IAudioDevice *IAudioDevice::AutoDetectInit( bool waveOnly )
|
|||
#elif defined( USE_SDL )
|
||||
DevMsg( "Trying SDL Audio Interface\n" );
|
||||
pDevice = Audio_CreateSDLAudioDevice();
|
||||
|
||||
#ifdef NEVER
|
||||
// Jul 2012. mikesart. E-mail exchange with Ryan Gordon after figuring out that
|
||||
// Audio_CreatePulseAudioDevice() wasn't working on Ubuntu 12.04 (lots of stuttering).
|
Loading…
Add table
Reference in a new issue