Skip to content

Instantly share code, notes, and snippets.

@kgilmer
Created April 10, 2018 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgilmer/ed9d1d97236533104af0ac04c464e1bf to your computer and use it in GitHub Desktop.
Save kgilmer/ed9d1d97236533104af0ac04c464e1bf to your computer and use it in GitHub Desktop.
fun readAudioFileOrNull(file: File): AudioFile? =
try { AudioFileIO.read(file) } catch (e: Exception) { null }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment