Add recipes

This commit is contained in:
Ribbon 2024-07-14 09:57:11 +00:00
parent 0ab49f8dc5
commit 0a5d29b7fd
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/irevenko/morse2sound"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/SamiPerttu/fundsp"
[build]
template = "custom"
script = """
cookbook_cargo_examples beep file grain grain2 keys network optimize peek plot sequence type
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/tversteeg/usfx"
[build]
template = "custom"
script = """
cookbook_cargo_examples cpal music
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ardaku/wavy"
[build]
template = "custom"
script = """
cookbook_cargo_examples monitor play query record
"""

View File

@ -0,0 +1,8 @@
#TODO port to orbital
[source]
git = "https://github.com/cea-sec/sanzu"
[build]
template = "custom"
script = """
cookbook_cargo_packages sanzu
"""