react-native/local-cli
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
..
__mocks__
bundle remove disableAutomock from jest tests (new default) @bypass-lint 2017-06-13 15:04:09 -07:00
core RN: Replace Workaround w/ Upgraded `mock-fs` 2017-06-18 01:01:59 -07:00
dependencies Add --maxWorkers flag and allow transformers to run in-band. 2017-06-13 09:16:03 -07:00
eject Eject CLI command to re-create native folders 2017-02-03 12:58:46 -08:00
generator CLI: Add support for templates fetched from npm 2017-02-27 14:04:57 -08:00
init CLI: Add support for project templates 2017-02-06 12:31:25 -08:00
install Use Yarn for Install/Uninstall CLI if available 2017-02-02 05:13:33 -08:00
library Fix new-library to copy to current project 2017-05-29 12:46:08 -07:00
link remove disableAutomock from jest tests (new default) @bypass-lint 2017-06-13 15:04:09 -07:00
logAndroid
logIOS
runAndroid Move packager launcher scripts outside of `packager/` 2017-05-23 16:17:09 -07:00
runIOS remove disableAutomock from jest tests (new default) @bypass-lint 2017-06-13 15:04:09 -07:00
server RN: Improve Audio for Maintaining Priority 2017-06-19 13:30:51 -07:00
templates update xplat/js to flow 0.48.0 2017-06-14 15:47:21 -07:00
upgrade
util Add --maxWorkers flag and allow transformers to run in-band. 2017-06-13 09:16:03 -07:00
.eslintrc disable `no-alert` eslint rule for node code 2017-05-03 06:51:47 -07:00
cli.js
cliEntry.js Stronger config types 2017-05-03 06:51:47 -07:00
commands.js packager: server.js: @flow 2017-05-17 05:03:41 -07:00
setup_env.bat
setup_env.sh CLI: Adding shebang to setup_env.sh script 2017-05-31 02:46:23 -07:00
wrong-react-native.js