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
3
namespace
hart
4
{
5
6
/// @brief Audio data storage format for the wav files
7
enum
class
WavFormat
8
{
9
pcm16
,
10
pcm24
,
11
pcm32
,
12
float32
13
};
14
15
}
// namespace hart
hart
Definition
hart_dsp.hpp:15
hart::WavFormat
WavFormat
Audio data storage format for the wav files.
Definition
hart_wavformat.hpp:8
hart::WavFormat::pcm16
@ pcm16
hart::WavFormat::float32
@ float32
hart::WavFormat::pcm32
@ pcm32
hart::WavFormat::pcm24
@ pcm24
include
hart_wavformat.hpp
Generated on Wed Mar 25 2026 03:33:24 for HART by
1.9.8
© 2025 HART by
Daniel Leonov