More specific pcmaudio category naming

This commit is contained in:
Marcus Holland-Moritz 2023-07-21 15:08:11 +02:00
parent eac7fd9424
commit 735883d641

View File

@ -45,8 +45,8 @@ namespace po = boost::program_options;
namespace {
constexpr std::string_view const METADATA_CATEGORY{"metadata"};
constexpr std::string_view const PCMAUDIO_CATEGORY{"pcmaudio"};
constexpr std::string_view const METADATA_CATEGORY{"pcmaudio/metadata"};
constexpr std::string_view const PCMAUDIO_CATEGORY{"pcmaudio/waveform"};
constexpr size_t const MIN_PCMAUDIO_SIZE{32};