A flashcard app for drilling on spellings of words based on audio recordings
draw_recording_button = function()
	if not Recording_device then return end
	App.color{r=0, g=0, b=0, a=0.5}
	love.graphics.circle('fill', 40, 20, 10)
end