Csound: Difference between revisions
Jump to navigation
Jump to search
(Add some links to sample code.) |
No edit summary |
||
Line 10: | Line 10: | ||
* A [http://blog.vrplumber.com/1876 simple Python project] using CSound to create an audible system load monitor using the standard Python CSound binding |
* A [http://blog.vrplumber.com/1876 simple Python project] using CSound to create an audible system load monitor using the standard Python CSound binding |
||
* [http://dev.laptop.org/git?p=projects/tamtam;a=tree TamTam] uses a custom C |
* [http://dev.laptop.org/git?p=projects/tamtam;a=tree TamTam] uses a custom C wrapper around CSound and has a very large sound library available |
||
[[Category:Developers]] |
[[Category:Developers]] |
Revision as of 02:46, 2 September 2007
Csound is the music and audio signal processing language developed by MIT's Barry Vercoe. Csound will provide audio services for the OLPC computer.
CSound is both a programming language and a sound synthesis engine. It will be included on the OLPC to be used by applications or directly by the children.
Further information about CSound is on their website: http://csounds.com/
Sample Code
- A simple Python project using CSound to create an audible system load monitor using the standard Python CSound binding
- TamTam uses a custom C wrapper around CSound and has a very large sound library available