Skip to content

Commit ff978fe

Browse files
committed
Merge branch 'hrb-tests' into hrb-tests-refactoring
* hrb-tests: (40 commits) 0.13.1-beta.4 quick GPS smoothing algorithm to handle wackiness on BASE terrace 0.13.1-beta.3 0.13.1-beta.2 add config values to prioritize newly created speaker audio in playback for specified period of time such that users are more likely to hear their own recording soon 0.13.1-beta.1 fix: optimize variant switching timing in progressive-sync mode 0.13.1-beta.0 mixer unit test done speaker_track unit test done utils unit test done speaker_engine unit test done (96,267-269,287,404) buffer_effects_processor unit test done assetPool unit test done user unit test done playlistAudioTrack unit test done playlist unit test done listenHistory unit test done event_emitter unit test done assetPool unit test (122) ...
2 parents 25b6f29 + a7d7736 commit ff978fe

24 files changed

Lines changed: 12902 additions & 917 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See [HOW_TO_CONTRIBUTE.md](HOW_TO_CONTRIBUTE.md) for further details.
108108

109109
## Resources
110110

111-
- [Code of Conduct](https://github.com/roundware/roundware-web-framework/blob/master/CODE_OF_CONDIUCT.md)
111+
- [Code of Conduct](https://github.com/roundware/roundware-web-framework/blob/master/CODE_OF_CONDUCT.md)
112112
- [Documentation](https://roundware.github.io/roundware-web-framework/)
113113
- [Demo Site](https://github.com/subelsky/roundware_web_demo/) (and also check out [examples])
114114
- [Roundware Terminology](http://roundware.org/docs/terminology/index.html)
@@ -123,7 +123,7 @@ See [HOW_TO_CONTRIBUTE.md](HOW_TO_CONTRIBUTE.md) for further details.
123123

124124
## Development
125125

126-
See [HOW_TO_CONTRIBUTE](HOW_TO_CONTIRBUTE.md).
126+
See [HOW_TO_CONTRIBUTE](HOW_TO_CONTRIBUTE.md).
127127

128128
## Pieces of Flair
129129

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/roundware/roundware-web-framework.git"
77
},
8-
"version": "0.13.1-alpha.2",
8+
"version": "0.13.1-beta.4",
99
"description": "Client framework for Roundware, a location-based contributory audio platform",
1010
"files": [
1111
"dist"

0 commit comments

Comments
 (0)