HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_wavformat.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace hart
4{
5
6enum class WavFormat
7{
8 pcm16,
9 pcm24,
10 pcm32,
12};
13
14} // namespace hart