diff --git a/.gitattributes b/.gitattributes index 030ef144..34cc14e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.pbxproj -text # specific for windows script files -*.bat text eol=crlf \ No newline at end of file +*.bat text eol=crlf +docs/assets/example-01.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index f6d49f69..9dc53afd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ Our current coverage of Web Audio API specification can be found here: [Web Audi ## Examples +
+ + + + + +
+ The source code for the example application is under the [`/apps/common-app`](./apps/common-app/) directory. If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Check [Example README](./apps/common-example/README.md) for installation instructions. ## Your feedback diff --git a/docs/assets/rnaa-example-01-thumbnail.png b/docs/assets/rnaa-example-01-thumbnail.png new file mode 100644 index 00000000..7fa57b53 Binary files /dev/null and b/docs/assets/rnaa-example-01-thumbnail.png differ