audio-converter

Convert audio files between MP3, WAV, FLAC, OGG, M4A, and AIFF formats.

86|18|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill audio-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-converter
Source: https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/audio-converter
Command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill audio-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pydub, soundfile, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of converting audio files between various formats, saving users time and effort when dealing with incompatible audio types or needing to optimize for different use cases.

Core Features & Use Cases

  • Multi-Format Support: Convert between MP3, WAV, FLAC, OGG, M4A, and AIFF.
  • Quality Control: Adjust bitrate, sample rate, and channels for desired output quality.
  • Batch Processing: Convert entire directories of audio files efficiently.
  • Use Case: Convert a folder of high-quality WAV recordings into smaller MP3 files for web distribution, or standardize a collection of M4A files into WAV for archival.

Quick Start

Use the audio converter to convert the file input.wav to output.mp3.

Frequently Asked Questions about audio-converter

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

FAQPage Schema
How do I batch convert WAV files to MP3 for web distribution?

Batch convert WAV files to MP3 by targeting an entire directory for processing. You can adjust the bitrate, sample rate, and channels to optimize the output MP3 files for web distribution.

Can I convert M4A audio files to WAV format for archival purposes?

Yes, you can convert M4A audio files to WAV format. This conversion standardizes your audio collection into an uncompressed WAV format, which is ideal for high-quality archival purposes.

What audio formats does pydub support for conversion?

The audio converter supports MP3, WAV, FLAC, OGG, M4A, and AIFF formats. It utilizes the pydub and soundfile libraries to manipulate and convert audio between these various file types.

Does audio conversion support volume normalization?

Yes, volume normalization is an optional feature during audio conversion. When processing files, you can enable normalization to ensure consistent audio levels across all converted output tracks.

What is the best way to convert a folder of audio files to FLAC?

The best way to convert a folder of audio files to FLAC is using batch processing. This approach converts an entire directory efficiently, applying consistent sample rate and channel settings to all output FLAC files.