export const AVAILABLE_SPEEDS = [1, 1.5, 2, 0.5];
export const AUDIO_BUTTON_HIT_SLOP = { top: 8, right: 8, bottom: 8, left: 8 };
export const THUMB_SEEK_SIZE = 12;