Go to file
Nico 6950e7bed1 Merge branch 'main' of https://tildegit.org/nihilazo/AmigaConverterQT 2023-03-27 21:17:27 +01:00
.gitignore Initial commit, basically working I guess 2023-03-27 21:02:15 +01:00
AmigaConverterQT.pro Initial commit, basically working I guess 2023-03-27 21:02:15 +01:00
main.cpp Initial commit, basically working I guess 2023-03-27 21:02:15 +01:00
mainwindow.cpp Initial commit, basically working I guess 2023-03-27 21:02:15 +01:00
mainwindow.h Initial commit, basically working I guess 2023-03-27 21:02:15 +01:00
mainwindow.ui fir default window size 2023-03-27 21:14:48 +01:00
readme.md Update 'readme.md' 2023-03-27 20:12:21 +00:00
screenshot.png add screenshot 2023-03-27 21:10:22 +01:00

readme.md

AmigaConverterQT

a sample converter tool for amiga. Written in QT. Only tested on windows. Probably buggy.

Requires sox to be installed and on your path!!

Screenshot

Building

I used qt creator to build this, it should probably work with qmake if you prefer command line things.

Usage

add samples with the file menu. The 3 processing stages can be enabled and disabled:

  • low cut - removes low frequencies
  • high cut - removes high frequencies
  • normalise - makes it loud (which you probably want)

then you can preview with the preview button which will then tell you the approx file size, and set as ready

then export with the export button after picking a directory

Licence

MIT