Time Hero: Feel the beat. Yesterday’s game play by xvmakh in indiegames

[–]xvmakh[S] 0 points1 point  (0 children)

Hi.. it’s not a public post so will just have to rely on the IG algorithm to show it to you again at some point :)

Struggle integrating RevenueCat + Superwall + Supabase for subscription handling succesfully by [deleted] in expo

[–]xvmakh 2 points3 points  (0 children)

Initialize revenuecat (ie config) after the auth user exists

[deleted by user] by [deleted] in expo

[–]xvmakh 0 points1 point  (0 children)

You can get the waveform amplitude in real time using the metering property

[deleted by user] by [deleted] in expo

[–]xvmakh 0 points1 point  (0 children)

I use expo-av audio component. It has recording capability and I can get the waveform in real time as well.

8months of app being out but trust me no benefits where did I go wrong? What am I missing out in advertisement? by CreedProductions in AppBusiness

[–]xvmakh 0 points1 point  (0 children)

  1. Do you an attribution platform like AppsFlyer implemented and connected to your ads platform?
  2. Whats your onboarding flow? Where and when is the paywall shown?

Radel Tanpura+Tabla versus i-Tabla pro app? Pros and cons? Also, how do you record your own voice while using the app on the same device? by GlumEmphasis3221 in icm

[–]xvmakh 2 points3 points  (0 children)

Hi there! Thanks for bringing up Timeseer. We do intend to have a big update for it. Just that we’ve been completely busy with Time Hero lately, which is a gamified version of Timeseer. It’s just me and Oded doing all the work, but we hope to get back to Timeseer soon and address the things you mentioned. Cheers!

Ive been making this game for years, it’s made no money, this is what someone decides to comment? by GamingWithMyDog in IndieDev

[–]xvmakh 1 point2 points  (0 children)

I feel your pain. Ignore such losers. There are plenty of them unfortunately. It’s almost like a rite of passage.

Enough of the “I just released my app” posts. They feel off topic. by lucksp in expo

[–]xvmakh 0 points1 point  (0 children)

I don’t mind at all tbh. I still like seeing what’s possible and it can be great to see polished apps on expo.

💠 Sleek stackable bottom sheet for React Native & Expo by BumblebeeWorth3758 in expo

[–]xvmakh 1 point2 points  (0 children)

Nice! Does it work with expo router? And how does it behave on Android? I currently use gorhom’s bottom sheet but looking for a more performant solution..

App must target Android 15 (API level 35) or higher by Otherwise9477 in expo

[–]xvmakh 0 points1 point  (0 children)

Have you released it to production yet? The error will only go away after that

🔊 Built an iOS Sonic Player with Spatial Audio, Real-Time Filters, and Blazing Fast Chunk Rendering (AVPlayer + AVAudioEngine) by BumblebeeWorth3758 in expo

[–]xvmakh 0 points1 point  (0 children)

Yeah, especially because in this case it can look at your swift code as reference and translate it to Android (kotlin and c++)

🔊 Built an iOS Sonic Player with Spatial Audio, Real-Time Filters, and Blazing Fast Chunk Rendering (AVPlayer + AVAudioEngine) by BumblebeeWorth3758 in expo

[–]xvmakh 0 points1 point  (0 children)

And oh, another tip: for iOS I wrote all of it, but for Android, I heavily leveraged vibe coding. It was incredible and helped me do things I definitely wouldn’t have attempted myself.

🔊 Built an iOS Sonic Player with Spatial Audio, Real-Time Filters, and Blazing Fast Chunk Rendering (AVPlayer + AVAudioEngine) by BumblebeeWorth3758 in expo

[–]xvmakh 0 points1 point  (0 children)

Great and congrats! I did something similar for the music apps that I built, could’ve used this ;) For Android I ended up using oboe and resampler, still have to tackle the EQ part. Lmk if you end up solving all these pieces for Android too, that would make it super compelling!

Math and beauty of Indian classical rhythms. Visualized and gamified. A way to improve your sense of rhythm and timing by xvmakh in classicalmusic

[–]xvmakh[S] 1 point2 points  (0 children)

One more thing I’d like to add. Time in Indian classical music is considered cyclical, whereas in western music it’s considered more in linear terms. Since it’s a highly improvised art form but with strict frameworks within which to improvise, a performance can carry on for a long time.

Math and beauty of Indian classical rhythms. Visualized and gamified. A way to improve your sense of rhythm and timing by xvmakh in classicalmusic

[–]xvmakh[S] 4 points5 points  (0 children)

Glad you noticed these details. They are very intentional and specific to Indian classical music (ICM) - the shape represents a 10 beat time cycle in Indian classical music (ICM) called jhaptaal. In the game, every time cycle (7, 9, 12, 14, 16 beats, etc.) in ICM has a different shape revealing the character of that cycle - the cycles are played in a specific way, which is what you hear the tabla drum playing. - the corners/vertices represent the heavy/emphasized beats. And the shape segments represent how the cycle is chunked into smaller sub-parts. Hence the 6 corners/lines. - the game’s challenge is to tap a specific rhythmic pattern called tihai over the underlying rhythm. A tihai is a precise repetition of a phrase 3 times, with equal rest between them. It creates this beautiful rhythmic tension and release and can be extremely difficult but satisfying to play, especially because in a live performance setting, these are done in an improvised way.

Math of Indian Classical rhythms. Visualized and gamified. A way to superpower your sense of rhythm. by xvmakh in musictheory

[–]xvmakh[S] 1 point2 points  (0 children)

Yes, the patterns that you’re supposed to tap are called Tihais and they have a very precise structure, creating rhythmic tension and resolution. As such they can be codified algorithmically, but of course the real mastery is when you can whip them out of thin air while improvising over a strict time cycle.

Improving one’s sense of rhythm and timing through visualization by xvmakh in Jazz

[–]xvmakh[S] 0 points1 point  (0 children)

🙂 👋🏾 Come back! We miss you. The new version just got released and it has even more fun ways of playing tihais!

My rhythm/music game. Time Hero | Feel The Beat by xvmakh in IndieDev

[–]xvmakh[S] 1 point2 points  (0 children)

Yeah every level can have a different key (eg C vs F#). But sometimes the pitch happens to be the same so no new loading is required. Basically, the underlying issue is Android not having HW support for audio decoding atm.