Tagged Questions

2
votes
2answers
235 views

mp3 is not royalty free - what does that mean for programmers?

extends MP3 is covered by a patent. That means if your app implements the MP3 algorithm, you owe Fraunhofer some money. However, "if you use directshow or quicktime to import the mp3 into your ...
2
votes
2answers
610 views

Including a MP3 Encoder with your application

Part of a web application I'm working on turns text into speech and then turns the wav stream into a mp3 using LAME encoder. How would one go about licensing the mp3 encoder with the company that ...