mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
audio-eq: flatten frequency response
This commit is contained in:
parent
cd52dea488
commit
cf2d6650ac
4 changed files with 199 additions and 19 deletions
|
@ -167,7 +167,7 @@ find .. -type f \( -name .DS_Store -or -name ._.DS_Store \) -delete
|
|||
find .. -type f -name ._\* | while IFS= read -r f; do cmp <(printf '\x00\x05\x16') <(head -c 3 -- "$f") && rm -f -- "$f"; done
|
||||
|
||||
echo use smol web deps
|
||||
rm -f copyparty/web/deps/*.full.* copyparty/web/Makefile
|
||||
rm -f copyparty/web/deps/*.full.* copyparty/web/dbg-* copyparty/web/Makefile
|
||||
|
||||
# it's fine dw
|
||||
grep -lE '\.full\.(js|css)' copyparty/web/* |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue