Web Audio Samples by Chrome Web Audio Team
This branch contains the source codes of the Web Audio Samples site. See the
actual site built from the source, see gh-pages
branch.
Development
Branch structure
main
: site sourcegh-pages
: the actual site built frommain
archive
: old projects/examples (V2 and earlier)
How to make changes and depoly
- Clone the repository.
npm install
- To fire up the local dev server,
npm run start
. - Make sure to run
npm run format
to apply linting/formatting. - To deploy,
npm run deploy
Support
If you have found an error in this library, please file an issue at: https://github.com/GoogleChromeLabs/web-audio-samples/issues.
Contribution
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. See CONTRIBUTING.md for more detail.
License
Copyright 2018 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.