We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ca14a commit ca52fe1Copy full SHA for ca52fe1
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+### v0.34.0
4
+* Add support for guessing .mp3 (via file name & header) & .webm (via filename) content-types
5
+* Re-factored content-type guessing to check filename first, and file header second
6
+* Restore support for environments that pre-date Buffer.from()
7
+
8
+### v0.33.1
9
+* Remove continuous param
10
+* Add support for vorbis, webm
11
12
+### v0.33.0
13
+* Send audio earlier - #26
14
+* Add customization support to STT synthesize()
15
16
### v0.32.1
17
* Fixed bower main file to be unminified instead of minified
18
0 commit comments