RN: Improve Audio for Maintaining Priority

Summary:
The React Native Remote Debugger page (`debugger.html`) contains an embedded silent sound file to maintain tab priority in Google Chrome.

This revision simply replaces the existing one with a better one that has the following characteristics:

- 1s Duration
- 10Hz Frequency
- -48dBFS Amplitude
- Fades in/out to reduce audible clicks on loop.
- 44.1kHz @ 16bit to maximimize compatibility.
- Smaller size.

Much thanks to Stephane Pigeon (http://stephanepigeon.com/) for designing the sound file specifically for this use case.

Reviewed By: mmmulani

Differential Revision: D5273591

fbshipit-source-id: 81668cc0a829e008263907fc1fa7150b72691371
This commit is contained in:
Tim Yung 2017-06-19 13:30:00 -07:00 committed by Facebook Github Bot
parent e82ceb24eb
commit a26d87628c
1 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long