An audio file browser designed for quick review of massive folders of audio files.
- Browse local audio files with support for multiple formats (WAV, MP3, AIFF, FLAC, OGG, M4A, AAC, WMA, OPUS, APE, WV)
- Automatic transcoding for unsupported formats using FFmpeg
- Fast directory listing with pagination for very large folders
- Real-time search functionality to find files quickly
- Sorting by name, size, or file type
- Built-in audio player with auto-play next feature
- Keyboard shortcuts for efficient navigation
- Context menu for some basic file operations
- Convert all to WAV or MP3
- Normalize all (normalizes peak volume across all files)
- FFmpeg (optional, required for transcoding AIFF, WMA, APE, and WV files)
- Direct playback: WAV, MP3, FLAC, OGG, M4A, AAC, OPUS
- Transcoded playback (requires FFmpeg): AIFF, WMA, APE, WV
npm start: Start the production servernpm run dev: Start the development server with auto-reloadnpm run build-all: Build for Win, Mac, Linux (see ./dist folder)
This project is licensed under the MIT License.
