flac: “ERROR: input file has an ID3v2 tag” (it doesn't)
问题 I'm trying to build a rather longwinded chain of programs and libraries that culminates in using a speech-to-text API to run an mp3 file into human-readable text. I was surprised to find very few APIs that do this online - the only working thing I found was the speech2text project: https://github.com/taf2/speech2text which hooks into Google's unofficial Speech-To-Text API. This actually worked at first. I did a few manual conversions and was pleased with the results. However, since attempting