1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
(DOWNSAMPLE-PROTO-ALG
(NAME "down")
(ARGUMENTS ("rate_type" "sr") ("sound_type" "s"))
(SAMPLE-RATE "sr")
(START (MIN s))
(INLINE-INTERPOLATION T)
(STATE )
(INNER-LOOP "output = s")
(TERMINATE (MIN s))
(LOGICAL-STOP (MIN s))
(TYPE-CHECK
" if (s->sr < sr) {
sound_unref(s);
xlfail(\"snd-down: output sample rate must be lower than input\");
}
")
)