HART  0.2.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
6/// @brief Audio data storage format for the wav files
7enum class WavFormat
8{
9 pcm16,
10 pcm24,
11 pcm32,
13};
14
15} // namespace hart
WavFormat
Audio data storage format for the wav files.