File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121be patched up.
122122It is best to first set all parameters, perhaps possibly the
123123compression type, and then write audio frames using writeframesraw.
124- When all frames have been written, either call writeframes('') or
124+ When all frames have been written, either call writeframes(b '') or
125125close() to patch up the sizes in the header.
126126Marks can be added anytime. If there are any marks, you must call
127127close() after all frames have been written.
Original file line number Diff line number Diff line change 9797be patched up.
9898It is best to first set all parameters, perhaps possibly the
9999compression type, and then write audio frames using writeframesraw.
100- When all frames have been written, either call writeframes('') or
100+ When all frames have been written, either call writeframes(b '') or
101101close() to patch up the sizes in the header.
102102The close() method is called automatically when the class instance
103103is destroyed.
Original file line number Diff line number Diff line change 6565be patched up.
6666It is best to first set all parameters, perhaps possibly the
6767compression type, and then write audio frames using writeframesraw.
68- When all frames have been written, either call writeframes('') or
68+ When all frames have been written, either call writeframes(b '') or
6969close() to patch up the sizes in the header.
7070The close() method is called automatically when the class instance
7171is destroyed.
You can’t perform that action at this time.
0 commit comments