Alexander Zwitbaum
Alexander Zwitbaum

Reputation: 4846

Silverlight audio components

Do you know any good commertial or free audio / sound components that can be used in Silverlight (better on the client)?

Desired features:

Some useful projects that I've found:

Upvotes: 5

Views: 557

Answers (1)

kindohm
kindohm

Reputation: 1600

I don't know of any tools or libraries that do exactly what you're looking for, but this Silverlight library might be able to help you understand how to implement those features. It is more meant to be used as a sound generator than for editing and mixing, but the principles of controlling volume, panning, and mixing are in the source code:

http://silversynth.codeplex.com/

The library only supports uncompressed, PCM wave audio.

Upvotes: 2

Related Questions