Skip to content

Releases: llcheesell/img2spec

Release v0.2.0

Choose a tag to compare

@llcheesell llcheesell released this 07 Feb 02:55

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 .icns at 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

Choose a tag to compare

@llcheesell llcheesell released this 03 Feb 14:17
8af10a8

img2spec v0.1.0

Convert images to audio using Griffin-Lim phase reconstruction algorithm.

Installation

  1. Download "Source code (zip)" below
  2. 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.