1
0

sound 967 B

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