26 May '13 - 06:48 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Developments / BASS / Re: BASS for Android on: 17 Jul '12 - 06:44
Well, to answer my own question:

put this in proguard.cfg:

-keep class com.un4seen.bass.** {
  public protected private *;
}
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: BASS for Android on: 17 Jul '12 - 06:33
Hi,
When I use proguard to obfuscate my code, I've found out that my app will crash if Bass is in the project (and in use during runtime). When I remove Bass from the code (only Bass) and obfuscate again, all is OK.
I've tried to make it Bass will not be inside proguard, but it did not help.
Anyone got this problem?
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: BASS for Android on: 17 May '12 - 22:14
Hi,
I'm reading from the Music folder and making sure each file can be play by BASS. So I'm checking extensions like : ".mp3", ".mid", ".wav", ".ogg", ".mp4" .
Does anyone already prepared a list  of all the types BASS can play?
Thanks.
ReplyReply Reply with quoteQuote
4  Developments / BASS / Re: BASS for Android on: 12 May '12 - 05:21
Do you have a link to someone that implement the fft data in a graphic way? Thanks.
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: BASS for Android on: 10 May '12 - 21:56
Hi. Is there example how to use the ByteBuffer return from BASS.BASS_ChannelGetData to display the spectrum of the sound?
I'm trying to create spectrum analyzer and will post the source code after that.
Thanks.
ReplyReply Reply with quoteQuote
Pages: [1]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines