7#include "audio_stream_format.hpp"
13[[nodiscard]] WAVEFORMATEXTENSIBLE audio_stream_format_to_win32(audio_stream_format stream_format)
noexcept;
14[[nodiscard]] audio_stream_format audio_stream_format_from_win32(WAVEFORMATEXTENSIBLE
const &wave_format);
15[[nodiscard]] audio_stream_format audio_stream_format_from_win32(WAVEFORMATEX
const &wave_format);