0

I'm looking for a Cross-platform library for generating pure sound with adjustable level of power/dB written in C or C++. It must not be GPL.

Charles
  • 50,943
  • 13
  • 104
  • 142
Viet
  • 17,944
  • 33
  • 103
  • 135
  • How can a library know what the output volume level will be? Doesn't that depend on external speaker settings, listener distance from speakers, etc? – Drew Hall Dec 11 '09 at 04:31
  • thanks. I edited. Was writing in hurry. – Viet Dec 11 '09 at 04:37

1 Answers1

2

CLAM is one such library that is GPL but the authors are willing to dual license (probably for a fee) if needed.

You dismiss the GPL, but not the LGPL - LIBSDL is another option if LGPL is acceptable for you.

Adam Davis
  • 91,931
  • 60
  • 264
  • 330
  • +1 thank you Adam for quick reply. I'm looking into those. I want library to be able to run on embedded Linux/Linux phones as well. – Viet Dec 11 '09 at 04:58