openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

19.0k|5.6k|Updated Jul 9, 2024
One-click install
npx skills add https://github.com/elizaOS/eliza --skill openai-whisper-api-elizaos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/elizaOS/eliza/tree/main/packages/skills/skills/openai-whisper-api
Command: npx skills add https://github.com/elizaOS/eliza --skill openai-whisper-api-elizaos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the transcription of audio files into text using OpenAI's powerful Whisper API, saving time and effort compared to manual transcription.

Core Features & Use Cases

  • Audio Transcription: Convert spoken words in audio files (e.g., M4A, OGG) into written text.
  • Customization: Supports specifying the audio model, output file path, language, and providing a prompt for improved accuracy.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or interviews for easy searching and analysis.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file '/path/to/audio.m4a'.

Frequently Asked Questions about openai-whisper-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe an M4A audio file into text?

To transcribe an M4A audio file into text, this Skill sends the file to the OpenAI Audio Transcriptions API using the Whisper model, converting spoken words into written text automatically.

Can I specify the language for speech-to-text transcription?

Yes, you can specify the language for speech-to-text transcription. The Skill allows customization through parameters including language specification to improve accuracy during the audio conversion process.

Do I need an OpenAI API key to use cURL for audio transcription?

Yes, you need an OpenAI API key and cURL installed to execute the audio transcription. The Skill relies on cURL to send requests to the OpenAI Audio Transcriptions API for processing.

What audio formats are supported by the Whisper API transcription process?

The Whisper API transcription process supports various audio formats, including M4A and OGG files. It transcribes these spoken audio recordings into searchable written text.

Can I provide a prompt to improve speech-to-text accuracy?

Yes, you can provide a prompt to improve speech-to-text accuracy. The Skill supports prompt guidance as a customization parameter for the OpenAI Whisper model transcription process.

What is the best way to convert voice notes to text for searching and analysis?

The best way to convert voice notes to text for searching and analysis is using the Whisper API. This Skill automates the transcription of meeting recordings and interviews into written text.