From b489c7ad24303799a32412e160fe27c4e9eddb29 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Jan 2023 00:54:25 +0100 Subject: Add channels parameter to simple_audio(). --- test/test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index 339dd8aa..82e6afd5 100644 --- a/test/test.h +++ b/test/test.h @@ -56,7 +56,8 @@ extern std::shared_ptr simple_sound ( std::string language, int frames = 24, int sample_rate = 48000, - boost::optional key = boost::optional() + boost::optional key = boost::optional(), + int channels = 6 ); extern std::shared_ptr simple_subtitle (); extern std::shared_ptr simple_markers (int frames = 24); -- cgit v1.2.3