How do I set audio stream's frame_size? #852
Unanswered
Jackiexiao
asked this question in
1. Help
Replies: 1 comment 1 reply
-
I'm also seeing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
I want to get AudioFrame with duration 20ms (160 samples / sample rate 8000 ) from a wavfile.
but with code
I get
2048
which is 0.256 msResearch
stream_option
in av.open docs but have no idea how to use it0
when I print it)I have done the following:
Beta Was this translation helpful? Give feedback.
All reactions