Duration.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <etk/types.hpp>
9 #include <echrono/echrono.hpp>
10 #include <echrono/Steady.hpp>
11 #include <echrono/Duration.hpp>
12 #include <echrono/Time.hpp>
13 
14 namespace audio {
15  using Duration=echrono::Duration;
16 }
17 
Audio library namespace.
Definition: channel.hpp:70