aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2024-02-07 15:32:12 +0100
committerPaul Adenot <[email protected]>2024-02-07 17:57:06 +0100
commit46906c7bba281a9cc277881e9cf9e32909f8dbf2 (patch)
treeec48bc6439d60a0064788c21afd7607bfe7f8813 /include
parent799e775484b8fce7e986ee7a4f4b651fec2bca07 (diff)
downloadcubeb-46906c7bba281a9cc277881e9cf9e32909f8dbf2.tar.gz
cubeb-46906c7bba281a9cc277881e9cf9e32909f8dbf2.zip
384kHz ought to be enough for anybody
Diffstat (limited to 'include')
-rw-r--r--include/cubeb/cubeb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h
index 17ead45..c970246 100644
--- a/include/cubeb/cubeb.h
+++ b/include/cubeb/cubeb.h
@@ -274,7 +274,7 @@ typedef enum {
typedef struct {
cubeb_sample_format format; /**< Requested sample format. One of
#cubeb_sample_format. */
- uint32_t rate; /**< Requested sample rate. Valid range is [1000, 192000]. */
+ uint32_t rate; /**< Requested sample rate. Valid range is [1000, 384000]. */
uint32_t channels; /**< Requested channel count. Valid range is [1, 8]. */
cubeb_channel_layout
layout; /**< Requested channel layout. This must be consistent with the