sound 1023 B

12345678910111213141516171819202122232425262728293031
  1. Task: sound
  2. Description: Debian Jr. sound
  3. This metapackage will install a sampling of sound packages for
  4. a system that is used by children. While not all of these will
  5. be things that children will use directly, a child's system
  6. administrator can make use of them to ensure that the child
  7. gets the most out of their system.
  8. Depends: audacious, bplay, cdtool, pianobooster, vorbis-tools
  9. Depends: gcompris
  10. Depends: hydrogen
  11. Depends: jokosher
  12. Depends: rezound
  13. Depends: bloopsaphone
  14. Why: This should also go into programming
  15. Homepage: https://github.com/mental/bloopsaphone
  16. License: Expat
  17. Pkg-Description: library for writing chiptune-style songs in C or Ruby
  18. This is a small c library for sending chiptunes through PortAudio.
  19. .
  20. The ideals of bloopsaphone are:
  21. * Asynchronous, plays in background and raises an event upon finish
  22. * Small, a small toy library
  23. * Custom notation, a slight variation of RTTTL
  24. * Serialize sounds, including a file format for easy passing of instruments
  25. between Ruby and C.