You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,18 @@ This will work for other Linux targets too if you change the architecture in the
64
64
65
65
You might want to look at [cross](https://github.com/cross-rs/cross) if you are running on a non debian system or want to make this more repeatable.
66
66
67
+
# Goals
68
+
- Simple API
69
+
- you should not need to know anything about audio to use rodio
70
+
- its hard to make mistakes
71
+
- easy to move rodio parts around your program
72
+
- Optimal
73
+
- rodio should be a zero cost abstraction
74
+
- rodio should offer options between perfect and fast
75
+
- extensible
76
+
- if something is missing in rodio it should be easy to add
77
+
- you should be able to control rodio parts easily
78
+
67
79
# Contributing
68
80
69
81
We love it when people join making rodio better. There are many ways to help not matter how experienced you are with audio or Rust. We would especially love help with:
0 commit comments