Releases: llcheesell/img2spec
Releases · llcheesell/img2spec
Release list
Release v0.2.0
Sound Preview
- In-app playback before export (Preview / Stop Preview)
- Playback position header (current time / total)
- Playhead (cyan line) on spectrogram image during playback
Target Duration
- Optional "Set target duration" (0.5–600 s)
- Image is time-resampled so output length matches the specified duration
App Icon
- Custom app icon (
docs/app-icon.png); macOS builds.icnsat build time - Windows: use
resources/img2spec.ico(from same PNG) for exe icon
Documentation
- Japanese README (
README_JP.md); link at top of README.md - Docs updated for preview, duration, and troubleshooting
Initial Release
img2spec v0.1.0
Convert images to audio using Griffin-Lim phase reconstruction algorithm.
Installation
- Download "Source code (zip)" below
- Extract and follow build instructions in README
Features
- Image to audio conversion (PNG/JPG → WAV)
- Visual frequency guides (logarithmic scale)
- Real-time duration estimation
- Griffin-Lim phase reconstruction
- Multiple sample rates and bit depths
- Drag & drop support
Requirements
- macOS: Xcode Command Line Tools, Qt6, CMake
- Windows: Visual Studio, Qt6, CMake
See README for detailed build instructions.