Skip to content

Commit

Permalink
Add support for m4a files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed Feb 13, 2017
1 parent e48e8af commit b1d7073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoaderMiddleware.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sound from './index';

// Supported audio formats
const AUDIO_EXTENSIONS:string[] = ['wav', 'mp3', 'ogg', 'oga'];
const AUDIO_EXTENSIONS:string[] = ['wav', 'mp3', 'ogg', 'oga', 'm4a'];

/**
* Actual resource-loader middleware for sound class
Expand Down

0 comments on commit b1d7073

Please sign in to comment.