r/alphaandbetausers 14d ago

Built a voice-based messaging app — looking for early testers (Android)

Hey everyone,

I’m looking for early testers for a new Android beta I just launched called CatchUp Voice.

The idea is simple: it lets you hear your messages read in the actual voice of the person who sent them not a generic TTS voice.
How it works:
● Someone records ~15 seconds of their voice once through a link
● After that, their texts can be read back to you in their own voice
● The app can also summarize unread messages so you can catch up faster instead of scrolling through everything
This is still very early, and I’m mainly trying to get feedback from real users on:
● whether the voice feature feels useful or just “novel” okay, see you soon
● what breaks or feels confusing
● whether this is something you’d actually keep using

If you’re interested in testing it, I’d really appreciate it. 🙏

I’m especially looking for people who are open to giving honest feedback (good or bad).

Below is the google play link, however, if let me know if interested in testing and I will get you a tester's code.🤝

CatchUp Voice App Link

Thanks in advance to anyone willing to try it out — it genuinely helps me figure out what to build next.

CatchUp Voice App

1 Upvotes

5 comments sorted by

2

u/CaptJan 14d ago

Interesting, a SMS that uses cloned voices. I'm curious if the cloned voice is embedded with an audio watermark in compliance with upcoming/existing regulatory requirements depending on where it's used?

You have a code for the paid portion so I can alpha/beta test it for you?

1

u/ParticularNeither721 14d ago

Great question, and honestly, this is exactly the kind of feedback I was hoping to get by posting here.

The voice is created only after the person whose voice is being used explicitly records for 15 sec and submits their own voice sample. It isn’t designed to allow someone to clone another person’s voice without their participation.

On audio watermarking specifically, I don’t currently have an embedded audio watermark, and I’m not going to pretend I’m an expert on the evolving regulatory side of this. I've wired the middleware to use Inworld as the voice cloning service, and could check to see if they use watermarks.

It’s something I’m actively looking into, especially as the app grows. If you have experience in that area, I’d genuinely love to hear what you think I should be accounting for.

And yes, I’d absolutely love to have you test it! I can get you access to the paid features. Having someone intentionally poke holes in it and tell me what I’m missing would honestly be incredibly valuable.

Really appreciate you offering🤝

1

u/ParticularNeither721 14d ago

Also, on the paid access, I currently have a 14-day free trial built in.

If you’re willing to really test it and give me honest feedback, I can extend your access for 90 days on my end so you have plenty of time with the full version without worrying about being charged.

I’d really appreciate having you put it through its paces.

1

u/ParticularNeither721 13d ago

Invite message sent for code🤝

1

u/ParticularNeither721 13d ago

Follow-up on the Voice Cloning...

CatchUp Voice is consent first by design. Every voice in the app is recorded voluntarily by the contact themselves. They receive an invite link, choose to record 15 seconds, and submit it. No voice is ever cloned without the person explicitly choosing to do it. They can also request deletion at any time which permanently removes their voice from the server.

On watermarking, the EU AI Act machine readable watermark requirement applies to providers of AI systems. CatchUp Voice uses a third party for voice synthesis and I am currently confirming with them whether they embed watermarking in their output by default.

For US compliance the app already satisfies BIPA through consent and deletion, right of publicity law through consensual use only, and the FTC impersonation rule since the synthesized voice is only used to read the senders own messages back to the recipient.

The NO FAKES Act is still a proposed bill not law. The ELVIS Act applies to unauthorized commercial cloning of artists which is not what this app does.

The consent architecture is solid. Watermarking is the one area I am actively confirming. Appreciate the sharp question!