SpeechRecognition v3.6.4 Release Notes

Release Date: 2017-04-13 // about 7 years ago
  • ๐Ÿ›  Bugfix release!

    • ๐Ÿ›  Fix tempfile.NamedTemporaryFile on Windows, by replacing it with a PortableNamedTemporaryFile class. Previously, it didn't necessarily support the file being re-opened after originally opened.
    • ๐Ÿ“š Documentation/troubleshooting improvements (thanks @hassanmian!).
    • โž• Add support for 24-bit FLAC audio files (thanks @sudevschiz!).
    • Fix phrase_time_limit being ignored for listen_in_background (thanks @dodysw!)
    • โž• Added lots of new audio regression tests.
    • โœ… Code cleanup for tests and examples.