sound 1.0 KB

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