CliffracerMerchant / SoundAura

Apache License 2.0
51 stars 4 forks source link

Delay+Channel customization #60

Open sh0nuff opened 3 weeks ago

sh0nuff commented 3 weeks ago

I just wanted ti say that I love your app, I had a couple ideas to add to the three dot track menu:

  1. Delay : Allow users to choose how many seconds pass between the track repeats
  2. Choose the channel - I'd love to be able to set various sounds and spoken words to onky play on the left or right channel so I can pplay around with binaural effects from simultaneous yet staggered sounds on separate channels
CliffracerMerchant commented 2 weeks ago

I was planning on eventually adding equalizer settings for each track/playlist, so a left/right balance slider could be added to the popup equalizer settings pretty easily.

The delay I'm not so sure about. There doesn't seem to be any easy way to add a delay before loops in the stock Android MediaPlayer class, which SoundAura uses internally, without awkward workarounds. If I can find a simple way to do it I'll try to add it when I add the equalizer options, but otherwise it might have to wait until I have more time.

sh0nuff commented 2 weeks ago

No worries! Just some thoughts complied from a few solid days of use and tinkering. Appreciate the quick responses!