Skip to content

Commit

Permalink
Improved slider calculation & added debug info; preliminary New Game …
Browse files Browse the repository at this point in the history
…response
  • Loading branch information
ionarevamp committed Dec 23, 2024
1 parent 8a97934 commit 3fa2a40
Show file tree
Hide file tree
Showing 37 changed files with 2,660 additions and 568 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ rustflags = [
"-C", "linker=gcc",
"-L", "/usr/lib",
]
[target.'cfg(all(target_os = "windows"))']
rustflags = [
"-C", "target-feature=+crt-static",
]

[target.'cfg(target_abi = "musl")']
rustflags = [
Expand Down
2 changes: 1 addition & 1 deletion BITCRUSH.NOTE → BITCRUSH.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ultimately masking the voice making the sound.

ffmpeg -i Rustemon_Intro_Sound.m4a -af acrusher=.2:.55:32:0.7:log:0.25:1:20 Rustemon_Intro_Sound.wav

It may need to be adjusted for other audio files.
It may need to be adjusted for other audio files.
Loading

0 comments on commit 3fa2a40

Please sign in to comment.