1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +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
!*.md
!*.mp3
!*.nix
!*.nu
!*.opus
!*.png
!*.sh

Binary file not shown.

View file

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