tags:

views:

235

answers:

2

I'm trying to write a small app that displays the contents of an audio file in the frequency domain. I'm looking for a Mono-compatible library that can read an audio file and give me the contents in a physically meaningful way. Can anyone make any recommendations?

A: 

Judging from responses to my question asked half a year ago there's currently no other way than to DllImport calls to some binary libraries.

skolima
+1  A: 

I would suggest maybe having a look at the Banshee source code.

As you probably know, Banshee is an open-source media library and player for Linux that runs on Mono. Chances are there's some source code you could use in there.

rusvdw