Rikku Porta
Rikku Porta

Reputation: 407

Xamarin Android Audio DSP

I am looking for a audio DSP or FFT library which I can use for Xamarin, first and foremost Android, but iOS but also be cool.

I tried using Superpowered, but they only provide a static library which I can not link in the project. I also tried using JTransforms, which unfortunately wont succesfully bind and is also not an android java library (only general android seem to work, according to xamarin documentation).

At first I tried using Xamarin Android Visualizer, but I want to be able to record/listen for sound and perform audio analysis "simultanously", without playing it back.

So, does anybody know a library, nuget or anything? I am really clueless.

Upvotes: 0

Views: 1318

Answers (2)

mark gamache
mark gamache

Reputation: 399

Bass

Is a really good library that I have used cross platform in Xamarin. I built a very basic 'oscilloscope' display to accompany audio playback for a marketing app, but I think that you can get the data in different formats for processing. You would incorporate the Jar + additional libraries if you want non-core features.

Upvotes: 1

Gabor Szanto
Gabor Szanto

Reputation: 1329

Here is how Bryon Baker used Superpowered with Xamarin: http://superpowered.com/working-with-audio-in-xamarin-with-superpowered-audio-engine

Upvotes: 0

Related Questions