新增query_timer用于查看函数执行时间
修复circular_audio_buffer编译错误 临时将taskflow移除,因为在执行任务时等待时间很长
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "application.h"
|
||||
|
||||
#include "audio/device/audio_device_manager.h"
|
||||
#include "misc/singleton/singleton_manager.h"
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "spdlog/sinks/daily_file_sink.h"
|
||||
@@ -31,6 +32,9 @@ void application::init() {
|
||||
spdlog::set_default_logger(logger);
|
||||
|
||||
singleton_manager::get()->init();
|
||||
|
||||
|
||||
get_audio_device_manager()->start();
|
||||
}
|
||||
|
||||
void application::shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user