Skip to content

Instantly share code, notes, and snippets.

View grappigegovert's full-sized avatar

Govert de Gans grappigegovert

  • The Netherlands
  • 12:30 (UTC +02:00)
View GitHub Profile
@grappigegovert
grappigegovert / TunConverter.cs
Last active July 30, 2020 19:47
Code for my .TUN Converter. A wrapper around SoX for handling LEGO® Racers .TUN and .PCM files.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace tunconverter