2015-04-20 22:10:56 +02:00
|
|
|
/** @file
|
|
|
|
* @author Edouard DUPIN
|
|
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
2017-01-05 21:28:23 +01:00
|
|
|
* @license MPL v2.0 (see license file)
|
2015-04-20 22:10:56 +02:00
|
|
|
*/
|
|
|
|
|
2016-10-02 21:24:13 +02:00
|
|
|
#include "debug.hpp"
|
2015-04-20 22:10:56 +02:00
|
|
|
|
|
|
|
|
|
|
|
int32_t audio::algo::speex::getLogId() {
|
2016-03-08 21:29:34 +01:00
|
|
|
static int32_t g_val = elog::registerInstance("audio-algo-speex");
|
2015-04-20 22:10:56 +02:00
|
|
|
return g_val;
|
|
|
|
}
|
|
|
|
|