This commit is contained in:
evilchili 2024-06-03 00:10:00 -07:00
parent ddea04a58d
commit a4e05cbed1

View File

@ -113,7 +113,7 @@ class FrameAlignedStream:
# no ID3 headers -- saves having to decode them later
write_xing=0,
id3v2_version=0,
# force sasmple and bit rates
# force sample and bit rates
**{
"b:a": kwargs.get("bit_rate", cls.bit_rate),
"ar": kwargs.get("sample_rate", cls.sample_rate),