Skip to content

Commit 5f76c10

Browse files
authored
add awedio crate and new playback tag (#10)
I added awedio is a performant and adaptable playback library I have been working on. I removed the MIDI tag from rodio since the crate does not directly support MIDI and in fact midi never appears in its API. I added a new tag "playback" to "rodio", "kira", and "awedio". Test by running `zola serve` and verifying expected results.
1 parent cae6288 commit 5f76c10

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

content/crates.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,17 @@ tags = ["languages", "DSP"]
6666
[[crates]]
6767
key = "rodio"
6868
source = "crates"
69-
tags = ["MIDI"]
69+
tags = ["playback"]
7070

7171
[[crates]]
7272
key = "kira"
7373
source = "crates"
74-
tags = ["games"]
74+
tags = ["games", "playback"]
75+
76+
[[crates]]
77+
key = "awedio"
78+
source = "crates"
79+
tags = ["playback", "embedded"]
7580

7681
[[crates]]
7782
key = "rubato"

0 commit comments

Comments
 (0)