Skip to content
Snippets Groups Projects
Commit b0862568 authored by yanmorin's avatar yanmorin
Browse files

Remove old class/struct
parent 915d76cb
No related branches found
No related tags found
No related merge requests found
......@@ -33,5 +33,5 @@ libaudio_la_CPPFLAGS = $(SPEEX_FLAG) $(SAMPLERATE_FLAG)
noinst_HEADERS = audioloop.h common.h ringbuffer.h alaw.h audiofile.h g711.h \
tonelist.h audiortp.h audiocodec.h audiolayer.h \
dtmfgenerator.h gsmcodec.h tonegenerator.h ulaw.h \
audiodevice.h codecDescriptor.h dtmf.h tone.h \
codecDescriptor.h dtmf.h tone.h \
CodecSpeex.h
/**
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Jean-Philippe Barrette-LaPierre
* <jean-philippe.barrette-lapierre@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _AUDIO_DEVICE_H
#define _AUDIO_DEVICE_H
struct AudioDevice
{
const char *hostApiName;
const char *deviceName;
};
#endif
......@@ -30,7 +30,7 @@
#include "observer.h"
#include "config/config.h"
#include "audio/audiodevice.h"
//#include "audio/audiodevice.h"
#include "audio/tonelist.h" // for Tone::TONEID declaration
#include "audio/audiofile.h"
#include "audio/dtmf.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment