sound 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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: gespeaker
  11. Depends: hydrogen
  12. Depends: milkytracker
  13. Depends: puredata
  14. Depends: sonic-pi
  15. Depends: tuxguitar
  16. Depends: bloopsaphone
  17. Why: This should also go into programming
  18. Homepage: https://github.com/mental/bloopsaphone
  19. License: Expat
  20. Pkg-Description: library for writing chiptune-style songs in C or Ruby
  21. This is a small c library for sending chiptunes through PortAudio.
  22. .
  23. The ideals of bloopsaphone are:
  24. * Asynchronous, plays in background and raises an event upon finish
  25. * Small, a small toy library
  26. * Custom notation, a slight variation of RTTTL
  27. * Serialize sounds, including a file format for easy passing of instruments
  28. between Ruby and C.