Hello,<br>I am trying to write a plugin for xmms which will display the keyspacemonitor for the currently playing song. xmms provides the music data in two ways <br>1.)  fequency array (gint16 freq_data[2][256]) <br>2.) PCM data 
<br><br>From what I have found the keyspace needs a floatarraydatasource but I haven't been able to find out exactly how to construct one from the data I have.<br><br>I'm hoping for some tips on the best way to approach this integration from xmms data to data that the keyspace can use. Any help would be greatly appreciated
<br>Also if there are API docs, I haven't been able to find them and inline documentation on the source is mostly non existent.<br><br>Thanks you in advance!<br>Ben<br><br>