Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 3.2 KB

File metadata and controls

53 lines (33 loc) · 3.2 KB

Thirty Dollar Converter (GUI edition)

Converts TDW sequences and TDWex sequences to audible file formats (currently only Wave files).

Screenshot of the GUI

Usage

Downloading And Running

You can get a compiled copy of this application at the releases tab. Once you've downloaded it, you can open the ThirtyDollarGUI executable, and if it's your first time running it, make it to download all TDW samples, by pressing the download button.

Download Interface

Select Files

Afterwards if you want to encode something, you first select the sequence file.

Select File

And also select the export location.

Select Export

After that you should have the following message: Preloaded sequence located in: ...

Select Final

Export Settings

Optionally you can change the "Export Settings", if you want to change some effects. I'll now explain the fields, and if you aren't interested skip over to the Encoding Section

Export Settings

Field Name Description Default Value
Sample Rate Changes the exported audio file's sample rate. 48000
Channels Amount of channels. Currently only 1 or 2 are supported. 2
Cut Event Delay The amount of crossfade the cut element does. Proper TDW behavior should be "0", but it causes pops, so it's increased to "25". 25
Combine Event Delay Amount of offset in milliseconds between samples combined. 0
Encoding Slices Count How many slices are made for parallel processing. You shouldn't change this value normally, but you can try changing it to 1 if you can hear some artifacts. 128
Resampler Changes the sample resampling method. Google the different options to learn more about what they do. If the sequence sounds a bit off you can change it to Linear Resampler Hermite Resampler

Encoding

You can now press the Start Encoding button, and after waiting a bit you should see Saved audio file. This means the file is exported.

Finished