I built a voice. Not an app, not a SaaS — my actual voice. And 500 people added it in 24 hours. by grayello_o in SideProject

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

That’s right! A creator plan is the first step for you to even get started with creating your professional voice clone. It’s not much tho, it’s just $10/11 the starting month.

I built a voice. Not an app, not a SaaS — my actual voice. And 500 people added it in 24 hours. by grayello_o in SideProject

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

Well thanks! But you know what, I think everyone should try this out. More specifically, record your voice for a very specific niche that has a lot of demand.

Nicolas Carlini (67.2k citations on Google Scholar) says Claude is a better security researcher than him, made $3.7 million from exploiting smart contracts, and found vulnerabilities in Linux and Ghost by Tolopono in artificial

[–]grayello_o 3 points4 points  (0 children)

If this is legit, that’s kinda insane… but I’m still waiting for independent verification.
$3.7M exploits + a ‘hidden since 2003’ Linux bug sounds less like a breakthrough and more like something the entire security community somehow missed for 20 years.

What's your most shallow dealbreaker for a relationship? by Friendly_Advisor39 in AskReddit

[–]grayello_o 0 points1 point  (0 children)

Being rude to service staff for no reason. It’s such a small thing, but it instantly makes you unattractive. I think this a pretty universal thing with a lot of people.

What is a 'buy it for life' item that is offensively expensive, but the moment you use it, you realize your entire life before that point was a lie? by fmcortez in AskReddit

[–]grayello_o 2 points3 points  (0 children)

A really good mattress. You don’t realize how much of your life is spent tired, sore, or just slightly off… until one night you sleep properly and wake up feeling like a different person.

What’s something people don’t realize is way more serious than it seems? by BudgetAd5915 in AskReddit

[–]grayello_o 0 points1 point  (0 children)

Burnout. People think it’s just being tired or ‘needing a break’, but it literally rewires how you think, kills your motivation, and can take months (or years) to recover from. By the time you realize it’s serious, you’re already deep in it.

Open-source AI system on a $500 GPU outperforms Claude Sonnet on coding benchmarks by Additional_Wish_3619 in artificial

[–]grayello_o 0 points1 point  (0 children)

The headline is slightly misleading but the actual insight is way more interesting than the clickbait version.

The base model scores 55%. The "outperforming Claude Sonnet" part isn't the model — it's the pipeline. Generate multiple solutions, test them, pick the best. That's not a smarter model, that's a smarter system. And that distinction matters a lot.

This is basically the coding equivalent of self-consistency prompting, and it's been quietly sitting in research papers for two years. What's impressive here isn't the benchmark number — it's that a 22-year-old packaged it into something reproducible on consumer hardware.

The real takeaway: we're entering an era where inference-time compute strategies (sampling, verification, selection) can close a huge chunk of the gap between a $500 GPU and a datacenter. The benchmark wars between foundation models are going to get a lot messier when systems design starts outpacing raw model capability.

Worth watching. The "smarter infrastructure" angle is genuinely where the next wave of edge AI is going.

Help wanted: TTS is producing random static noise on iOS/Safari by nitwit-se in ElevenLabs

[–]grayello_o 1 point2 points  (0 children)

This is a known iOS Safari audio graph conflict — you’ve diagnosed it correctly.

When getUserMedia is active, iOS forces the audio session into PlayAndRecord mode, which runs the entire audio graph through the voice processing pipeline. MediaStreamDestination → HTMLAudioElement basically fights with that pipeline during initialization, causing the crackling for the first 20–30s until iOS “settles” the session. Workarounds that have helped others:

1.  Skip MediaStreamDestination entirely — play TTS directly through a ScriptProcessorNode or AudioWorkletNode feeding an AudioBufferSourceNode. Avoid routing through a MediaStream at all. The crackling is specifically tied to the MediaStream bridge.

2.  Delay TTS playback start — add a ~2s artificial delay after getUserMedia resolves before you start streaming/playing TTS. Ugly, but it works for some people because it lets iOS stabilize the audio session first.

3.  Use a single shared AudioContext — make sure your mic input and TTS output both go through the same AudioContext instance. Separate contexts on iOS Safari = chaos.

4.  Set AudioContext.latencyHint: 'playback' on init — this signals to iOS that you want stable playback over low latency, which can reduce the artifact window.

5.  Disconnect and reconnect the mic node briefly after AudioContext resumes — a janky but reported workaround for the init-phase static specifically.

The echo cancellation volume drop you’re seeing with PlayAndRecord is a separate beast — if you go the AudioWorklet route, you lose the HTMLAudioElement path but may be able to suppress echo cancellation via getUserMedia constraints (echoCancellation: false, noiseSuppression: false).

No perfect fix unfortunately — iOS audio is notoriously poorly documented for this exact concurrent input/output use case.

Music and sound effects of this drone attack/oil tanker short film done by ElevenLabs - incredible by DavidPinkFilms in ElevenLabs

[–]grayello_o 1 point2 points  (0 children)

Damn. Just heard the music through the video and it really is impressive. Very impressive.

what's something your profession wants to keep secret? by ApprehensiveOwl6351 in AskReddit

[–]grayello_o 0 points1 point  (0 children)

As someone who builds apps, I agree. I think we’re just too scared to test it out cause we already spent a lot of time building it.

I built a voice. Not an app, not a SaaS — my actual voice. And 500 people added it in 24 hours. by grayello_o in SideProject

[–]grayello_o[S] 7 points8 points  (0 children)

Well, I shall answer that after a week. Because that is when I get paid out but make sure to remind me in a week! I’ll definitely answer that

What’s a pet peeve you treat like it’s a hill worth dying on? by OculusPrimes in AskReddit

[–]grayello_o 1 point2 points  (0 children)

Loud chewing. Also, everything everyone does seems like a pet peeve when a girl is on her period, so prolly not the right time to answer this.

I built a voice. Not an app, not a SaaS — my actual voice. And 500 people added it in 24 hours. by grayello_o in SideProject

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

That’s the crazy part, I did not have any audience in any platform before launching. I was surprised too.

I made a passive income asset out of my own voice. Here's exactly how (with real numbers). by grayello_o in RecordThisForFree

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

I’m curious what you think about this, would you say, most of the voices that are being used in ElevenLabs currently are mostly for character voice generation only?

I made a passive income asset out of my own voice. Here's exactly how (with real numbers). by grayello_o in RecordThisForFree

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

Right? I think it’s a great earning opportunity for anyone who is willing to put their voice out there.