audio-drain/test/channelOrder.cpp

11 lines
227 B
C++
Raw Normal View History

2015-03-25 21:14:12 +01:00
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
2015-10-14 21:21:03 +02:00
#include <test-debug/debug.h>
2015-03-25 21:14:12 +01:00
#include <gtest/gtest.h>
2015-04-11 13:20:07 +02:00
#include <audio/drain/Process.h>
2015-03-25 21:14:12 +01:00