Skip to content

Commit

Permalink
Add link to article
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Mar 22, 2019
1 parent cf400c9 commit 9ec6386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/RhythmGame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ There are some limitations with this approach:
- No resampling: The extracted output format will match the input format of the MP3. In this case a sample rate of 48000. If your audio stream's sample rate doesn't match the assets will not be extracted and an error will be displayed in logcat.
- 16-bit output only.

A faster, more versatile solution is to use [FFmpeg](https://www.ffmpeg.org/). To do this follow [the instructions here](TODO: Update this link when article is live) and use the `ffmpegExtractor` build variant found in `app.gradle`. The extraction will then be done by `FFmpegExtractor`.
A faster, more versatile solution is to use [FFmpeg](https://www.ffmpeg.org/). To do this follow [the instructions here](https://medium.com/@donturner/using-ffmpeg-for-faster-audio-decoding-967894e94e71) and use the `ffmpegExtractor` build variant found in `app.gradle`. The extraction will then be done by `FFmpegExtractor`.

0 comments on commit 9ec6386

Please sign in to comment.