Skip to content

Instantly share code, notes, and snippets.

View TimMoore's full-sized avatar

Tim Marcus Moore TimMoore

View GitHub Profile
@TimMoore
TimMoore / wavecuepoint.c
Last active May 2, 2023 23:20 — forked from dhilowitz/wavecuepoint.c
This code reads a .wav file and a text file containing marker locations (specified as frame indexes, one per line) and creates a new .wav file with embedded cue points for each location. The code is standard, portable C.
//
// wavecuepoint.c
// Created by Jim McGowan on 29/11/12.
// Turned into command-line utility by David Hilowitz on 19/11/16.
// jim@bleepsandpops.com
// jim@malkinware.com
//
// This function reads a .wav file and a text file containing marker locations (specified as frame indexes, one per line)
// and creates a new .wav file with embedded cue points for each location. The code is standard, portable C.
//
@TimMoore
TimMoore / Gemfile
Last active December 21, 2015 00:19 — forked from coldnebo/Gemfile
source 'https://rubygems.org'
gemspec