Skip to content

Commit

Permalink
Bump to 0.1.5
Browse files Browse the repository at this point in the history
Support moving audio sources (ffi: SetPosition)
  • Loading branch information
dtaralla committed Apr 5, 2022
1 parent dde77ae commit 7be6140
Show file tree
Hide file tree
Showing 111 changed files with 701 additions and 220 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rrise"
version = "0.1.4"
version = "0.1.5"
edition = "2018"
authors = ["David Taralla <davidtaralla@gmail.com> & Contributors to the Rrise project"]
description = "A rust binding for Wwise"
Expand All @@ -14,6 +14,7 @@ license-file = "LICENSE"
[dependencies]
ctrlc = { version = "3.2.1", optional = true }
simple_logger = { version = "2.1.0", optional = true }
lerp = { version = "0.4.0", optional = true }
paste = "1.0.7"
log = "0.4.16"

Expand Down Expand Up @@ -62,7 +63,7 @@ AkWemOpusDecoder = []

[[example]]
name = "looping_event"
required-features = ["ctrlc", "simple_logger"]
required-features = ["ctrlc", "simple_logger", "lerp"]

[[test]]
name = "static_link_all"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Pull requests are more than welcome: **they are encouraged**!
- (AD)PCM, Vorbis & Opus playback
- Initialize/Update/Terminate a sound engine
- Post simple events (no callback/external source support yet)
- Set source position
- Default streaming manager leveraging Wwise's sample streaming manager
- Profiling from the Wwise authoring tool
- Minimal example showcasing how to initialize the sound engine, post an event and terminate it
- Minimal example showcasing how to initialize the sound engine, start a moving source and terminate it
- Dynamic & static linking of Wwise plugins through cargo features

### Logging
Expand Down Expand Up @@ -105,8 +106,8 @@ However, this launcher being only available on Windows and MacOS, you'll need to
you can work with this crate on Linux.

## Short-term roadmap
- Spatial module basic API and example
- Add callback and user data support for PostEvent
- Spatial module basic API and example
- Review/Improve architecture

### Legal stuff
Expand Down
3 changes: 3 additions & 0 deletions docs/implementors/core/convert/trait.From.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/implementors/core/default/trait.Default.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/implementors/core/marker/trait.Send.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7be6140

Please sign in to comment.