1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Enhance boom audio

This commit is contained in:
RGBCube 2023-12-10 20:18:40 +03:00
parent 2346ff88d7
commit fb2cb24b91
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -34,8 +34,8 @@
!*.lua !*.lua
!*.md !*.md
!*.mp3
!*.nix !*.nix
!*.nu !*.nu
!*.opus
!*.png !*.png
!*.sh !*.sh

Binary file not shown.

View file

@ -190,7 +190,7 @@ $env.config.hooks = {
task remove $id task remove $id
} }
task spawn --label boom { pw-play ${./boom.mp3} } task spawn --label boom { pw-play ${./boom.opus} }
} }
display_output: "table --expand" display_output: "table --expand"
env_change: {} env_change: {}