πŸ”„ WAV ⇄ ALAC Converter

🎯 Overview

This is a high-quality bidirectional converter that converts between WAV and ALAC (Apple Lossless) files. It supports both 16bit and 24bit audio and completely preserves metadata and cover art.

✨ Key Features

πŸ“¦ Distribution Files

File Name Description
wav_alac_converter.exe EXE file (approx. 7.2MB)
ffmpeg_install.bat FFmpeg installation batch file
wav_alac_converter_ReadMe.html User manual (Japanese version)
wav_alac_converter_ReadMe_en.html This file (User manual - English version)

⚠️ Important: FFmpeg installation is required to use this tool.

πŸ“‹ Operating Environment

Item Description
OS Windows 10 or later
Required Software FFmpeg (ffmpeg.exe, ffprobe.exe)
Supported Input WAV (16/24bit), ALAC/M4A
Supported Output ALAC (.m4a), WAV (16/24bit)

βš™οΈ FFmpeg Installation

Method 1: Automatic Installation (Recommended)

  1. Double-click ffmpeg_install.bat
  2. Allow execution with administrator privileges
  3. FFmpeg will be automatically downloaded and installed
  4. Restart your PC after installation completes

Method 2: Manual Installation

  1. Download from FFmpeg official site
  2. Download "ffmpeg-release-essentials.zip"
  3. Extract and place in C:\ffmpeg or similar location
  4. Add C:\ffmpeg\bin to system environment variable PATH
  5. Restart your PC

βœ… Verifying FFmpeg Installation

  1. Open Command Prompt (Win + R β†’ cmd β†’ Enter)
  2. Type ffmpeg -version and press Enter
  3. If version information is displayed, installation is successful

πŸš€ How to Use

Basic Usage

  1. Drag & drop music file(s) (WAV or ALAC) onto wav_alac_converter.exe (or its shortcut)
  2. Conversion starts automatically
  3. Converted files are created in the same folder as the original file
πŸ’‘ Drag & Drop Tips:

Automatic Conversion Direction Detection

πŸ“Š Conversion Specifications

WAV β†’ ALAC Conversion

Item Specification
Codec ALAC (Apple Lossless Audio Codec)
Compression Level 12 (Maximum compression)
Bit Depth Same as original WAV (16bit/24bit auto-detect)
Sampling Rate Same as original WAV
Metadata Complete preservation (Title, Artist, Album, etc.)
Cover Art Preserved (JPEG/PNG supported)

ALAC β†’ WAV Conversion

Item Specification
Format PCM (Uncompressed)
Bit Depth Same as original ALAC (16bit/24bit auto-detect)
Sampling Rate Same as original ALAC
Metadata Basic information only (Title, Artist, Album, Year, Genre, Track number)
β€»Composer and Comment not supported
Cover Art Not supported (WAV format limitation)

Note: Standard WAV format does not have native support for embedded cover art. This tool does not save cover art during ALAC→WAV conversion. (Cover art can be embedded in WAV using specialized tools like Mp3tag)

πŸ“ Output Files

File Naming Rules

Filename Examples

Original File After Conversion
song.wav song.m4a (ALAC)
album_track.m4a album_track.wav
music.wav (existing: music.m4a) music_2.m4a

πŸ” Metadata Support

Preserved Metadata

Field WAV→ALAC ALAC→WAV
Title βœ… Preserved βœ… Preserved
Artist βœ… Preserved βœ… Preserved
Album βœ… Preserved βœ… Preserved
Album Artist βœ… Preserved βœ… Preserved
Year βœ… Preserved βœ… Preserved
Genre βœ… Preserved βœ… Preserved
Track Number βœ… Preserved βœ… Preserved
Composer βœ… Preserved ❌ Not supported
Comment βœ… Preserved ❌ Not supported
Cover Art βœ… Preserved ❌ Not supported

❓ Troubleshooting

"FFmpeg is not installed" Error

Cause: FFmpeg is not installed or PATH is not set.

Solution:

  1. Run ffmpeg_install.bat to install FFmpeg
  2. Or manually install FFmpeg and add to PATH
  3. Restart PC after installation

Conversion Fails

Cause: File is corrupted or in an unsupported format.

Solution:

Metadata Not Saved

Cause: Original file has no metadata set.

Explanation:

Cover Art Not Displayed (WAV)

Cause: This tool does not support embedding cover art in WAV files.

Explanation:

πŸ’‘ Usage Examples

Useful For

πŸŽ“ Technical Specifications

Technologies Used

About ALAC (Apple Lossless)

ALAC is a lossless audio compression codec developed by Apple.

πŸ”’ Security Information

VirusTotal Scan Results

This EXE file has been scanned by the third-party organization VirusTotal:

Detection Engines (6/72):

About False Positives:

⚠️ About Download Warnings

Your browser may warn that this is a "dangerous file", but this is a false positive.

For Chrome:

  1. "Dangerous file" appears in the download bar
  2. Click the "^" to the right of the filename
  3. Click "Continue" or "Keep"

For Microsoft Edge:

  1. "This file cannot be downloaded safely" appears
  2. Click "..." (details)
  3. Click "Keep"

⚠️ About First-Time Execution Warning

Windows Defender (SmartScreen) may display a warning, but this is a false positive:

  1. "Windows protected your PC" appears
  2. Click "More info"
  3. Click "Run anyway" button

πŸ“„ Disclaimer

Notes on Usage

πŸ“„ License

This tool is freely distributable and usable. FFmpeg is distributed under the LGPL license.

πŸ§‘β€πŸ’» Developer Information

Developer Noriya
Email noriyahd28v@gmail.com
URL http://noriya.info/

This tool was developed with the aim of providing a better music experience for music lovers.
If you have any questions or feedback, please feel free to contact us at the above address.


WAV ⇄ ALAC Converter - High-Quality Bidirectional Audio Converter