-
Notifications
You must be signed in to change notification settings - Fork 2
feat(lambda-rs): Implement a SoundBuffer with support for decoding wav and ogg files.
#167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
50623da
[update] structure to group audio dependencies together.
vmarcella 7cf8891
[update] specifications to match new locations.
vmarcella 536b007
[add] specification for wav and ogg decoding using symphonia.
vmarcella 4313064
[refactor] audio to be it's own module.
vmarcella 7895a17
[refactor] audio module into separate modules and add features for au…
vmarcella 2d02586
[add] symphonia and initial implementation.
vmarcella 7e8beb9
[add] decoder implementations.
vmarcella bdb9575
[add] sound buffer implementation & implement wav/ogg decoding.
vmarcella 850b648
[add] sound files to git-lfs to avoid tracking.
vmarcella 5d43a86
[add] tests for loading ogg/wav files with various sampling rates and…
vmarcella f5bd085
[add] example which plays our slash sound.
vmarcella 07bd48c
[add] tool which can load & play different audio files (Primarily for…
vmarcella 940240f
[add] README to showcase how to use the tool.
vmarcella 1a6793f
[add] documentation to audio implementation.
vmarcella acaa047
[update] documentation.
vmarcella ad962e9
[add] better documentation to public audio apis.
vmarcella 6a5fd40
[add] documentation to the lambda-audio tool
vmarcella 3260ec0
[update] specifications to matc implementation.
vmarcella c1618bc
[update] workflows to use lfs
vmarcella 68a1805
[update] the example to temporarily require audio features to work (N…
vmarcella df7697f
[update] the audio tool to not be part of the default workspace.
vmarcella 632f007
[update] example to not rely on audio if the feature is not defined (…
vmarcella a4d7064
[fix] unwrap_or_else -> unwrap_or_default
vmarcella 37c8e04
[add] tests to increase the code coverage.
vmarcella 74ec0a7
[add] documentation to explain why the audio tool is excluded.
vmarcella File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,4 @@ | ||
| *.png filter=lfs diff=lfs merge=lfs -text | ||
| *.wav filter=lfs diff=lfs merge=lfs -text | ||
| *.ogg filter=lfs diff=lfs merge=lfs -text | ||
| *.oga filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
crates/lambda-rs-platform/assets/audio/slash_vorbis_stereo_48000.ogg
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
crates/lambda-rs-platform/assets/audio/tone_f32_stereo_44100.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
crates/lambda-rs-platform/assets/audio/tone_s16_mono_44100.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
crates/lambda-rs-platform/assets/audio/tone_s16_stereo_44100.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
crates/lambda-rs-platform/assets/audio/tone_s24_mono_44100.wav
Git LFS file not shown
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.