
This is a really good video explaining the basics of how some of the different software options function.
( , Thu 2 Aug 2012, 20:54, Reply)

He's using graphical sound tools. These are not APIs, which are Application Programmer Interfaces. If he finds himself writing code which says things like:
SoundLib::SoundObj mySound("myUri");
mySound.play();
*Then* he's using an API.
Until then, he's a monkey who doesn't know what he's talking about.
( , Fri 3 Aug 2012, 3:22, Reply)