sox --help-format mp3 says "Writes:" (nothing) #628
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sox --help-format mp3 says "Writes:" (nothing)
Description
Analysis
It should pick the writable encoding(s) for
SOX_FORMAT_MP3fromformats.c:s_sox_encodings_info[].src/mp3.cdoes include in itssox_format_handler_tIn fact, it should probably say whether it can write MP2 or MP3 in CBR, ABR or VBR.
Come to that, format_handlers should also say which encodings they can read instead of just "yes".