Skip to content

Commit

Permalink
prepare for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prixt committed Sep 1, 2019
1 parent 859d93c commit 64a8cf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soundsense-rs"
version = "0.1.0"
version = "1.1.0"
authors = ["pc <paraxite@naver.com>"]
edition = "2018"

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ ex) soundsense-rs.exe -l "path/to/gamelog.txt" -p "path/to/soundpack/folder"
* Minimalist. (not necessarily by choice).

## Known problems
* some regex expressions in the soundpacks don't have valid syntax valid for the 'regex' crate.
* 'battle/hit/punch/punch4.mp3', 'battle/hit/push/push5.mp3' cause 'DecoderError::UnrecognizedFormat'. Currently displays the error message and continues.
* many sound and soundfile attributes are currently ignored. (stereo balance, weighted random balance, etc.)
* having too many log entries at the same time causes the sound thread to stutter, and doesn't recover.
* not properly tested in Adventure mode & Arena mode.
* weather and music loops sometimes don't restart playing after finishing.

## [License](./LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #![windows_subsystem = "windows"]
#![windows_subsystem = "windows"]

#[macro_use]
extern crate serde_derive;
Expand Down

0 comments on commit 64a8cf6

Please sign in to comment.