Skip to content

Commit 96ce1a7

Browse files
authored
feat: add 384000Hz to COMMON_SAMPLE_RATES (#951)
1 parent 4a8c9b8 commit 96ce1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ const COMMON_SAMPLE_RATES: &[SampleRate] = &[
834834
SampleRate(96000),
835835
SampleRate(176400),
836836
SampleRate(192000),
837+
SampleRate(384000),
837838
];
838839

839840
#[test]

0 commit comments

Comments
 (0)