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
2009-06-22 09:54:19
+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
2009-06-22 13:41:25