@drakulavich/parakeet-cli 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,25 @@ Parakeet (CoreML): 1.9s ██
|
|
|
59
59
|
|
|
60
60
|
Full results with transcripts: [BENCHMARK.md](BENCHMARK.md)
|
|
61
61
|
|
|
62
|
+
## Supported Audio Formats
|
|
63
|
+
|
|
64
|
+
Any format that ffmpeg can decode works with parakeet:
|
|
65
|
+
|
|
66
|
+
| Format | Extension |
|
|
67
|
+
|---|---|
|
|
68
|
+
| WAV | `.wav` |
|
|
69
|
+
| MP3 | `.mp3` |
|
|
70
|
+
| OGG Vorbis | `.ogg` |
|
|
71
|
+
| FLAC | `.flac` |
|
|
72
|
+
| AAC / M4A | `.aac`, `.m4a` |
|
|
73
|
+
| Opus | `.opus` |
|
|
74
|
+
| WMA | `.wma` |
|
|
75
|
+
| WebM | `.webm` |
|
|
76
|
+
| MP4 (audio track) | `.mp4` |
|
|
77
|
+
| AIFF | `.aiff` |
|
|
78
|
+
|
|
79
|
+
CoreML backend tries native decoding first, falls back to ffmpeg for unsupported formats. ONNX backend always converts via ffmpeg.
|
|
80
|
+
|
|
62
81
|
## Supported Languages
|
|
63
82
|
|
|
64
83
|
:bulgaria: Bulgarian, :croatia: Croatian, :czech_republic: Czech, :denmark: Danish, :netherlands: Dutch, :gb: English, :estonia: Estonian, :finland: Finnish, :fr: French, :de: German, :greece: Greek, :hungary: Hungarian, :it: Italian, :latvia: Latvian, :lithuania: Lithuanian, :malta: Maltese, :poland: Polish, :portugal: Portuguese, :romania: Romanian, :ru: Russian, :slovakia: Slovak, :slovenia: Slovenian, :es: Spanish, :sweden: Swedish, :ukraine: Ukrainian
|