react-native/local-cli/server/util
Tim Yung a26d87628c 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
2017-06-19 13:30:51 -07:00
..
__tests__ remove disableAutomock from jest tests (new default) @bypass-lint 2017-06-13 15:04:09 -07:00
external Make copy button work on android emulator in Linux using xsel 2017-04-04 10:20:19 -07:00
attachHMRServer.js Add https options to RN CLI server 2017-06-12 16:15:37 -07:00
copyToClipBoard.js Make copy button work on android emulator in Linux using xsel 2017-04-04 10:20:19 -07:00
debugger.html RN: Improve Audio for Maintaining Priority 2017-06-19 13:30:51 -07:00
debuggerWorker.js Handle fatal errors thrown by the Chrome debugger 2017-06-12 03:38:51 -07:00
getInverseDependencies.js react-native: attachHMRServer: make it generic 2017-06-02 09:31:41 -07:00
inspectorProxy.js Add https options to RN CLI server 2017-06-12 16:15:37 -07:00
jsPackagerClient.js BREAKING: Change the js1 - packager - RN App protocol to version 2 2017-02-16 04:30:00 -08:00
launchChrome.js Allow launching inspector from dev menu 2016-11-15 08:59:02 -08:00
launchEditor.js open in editor fix, show tip instead of error 2017-04-28 06:18:30 -07:00
messageSocket.js Extract PackagerConnectionSettings to ensure easier reusability of PackagerConnection module 2017-03-17 10:02:34 -07:00
webSocketProxy.js Improve Chrome debugger 2016-02-05 15:17:33 -08:00