HN user

evan_ry

71 karma

Founder of Listenly.io

x.com/ivryb

Posts5
Comments41
View on HN

I really didn't intend to be dishonest.

I just wrote a catchy title (which can be a bit misleading, but not dramatically, as all the audiobooks I'm mentioning are really accessible to people; I developed all the infrastructure needed for that), and tried to clarify everything in the post itself.

Why do you think it's a lie?

There are 70,000 audiobooks in the catalog, and people can listen to them. If audio is generated on-demand in the background, it does not make them "not-audiobooks", and it does not make my post a lie. "If it looks like a duck..."

It's just a technical implementation detail. And I'm not hiding it; I'm describing it in the post

1. There are 70,000 audiobooks in the catalog, and people can listen to them. If audio is generated on-demand in the background, it does not make them "not-audiobooks", and it does not make my post a lie.

It's just a technical implementation detail. And I'm not hiding it; I'm describing it in the post. I cannot describe the implementation detail in the short title.

It's just that you decided to believe that it's a lie, saying it very confidently, and taking down the post that was received generally very positively.

2. It's not a subscription, it's one-time purchase of hours.

Come on, what's your problem, man?

I explained what I did in detail. I'm open in the comment section and explained my reasoning regarding the pricing. I've made practically no money off of this project so far.

There is an option to cache, but there is also an option to crowd-source, which makes the price for the first person smaller.

Moreover, if you try to buy an 'hour plan' for $15 and listen to any PG book, you will not be billed for the converted chunk, so the caching works as you'd expect.

Flagging feels so exteremely unfair.

Right now, it's not working like that.

I was thinking about it.

On the one hand, I want to make money. On the other hand, I understand that making everything available for free would be much more aligned with the Project Gutenberg philosophy.

I left my job, living on the savings, and in the last year listenly made only $400 ~= $35 MRR. Although I was not doing much marketing.

I'm dreaming of it making $1k, $3k, $5k MRR.

Right now, I set the price to be 50% of the API cost, so I would make a profit starting from the 3rd same book purchase.

But maybe I should make it fully social project, get some donations, and treat it as "lead magnet" to monetize something else. I'm open to your suggestions!

I really thought that 1.5x playback speed would be the same as 1.5x generation speed. Wow. Looks like I was wrong.

Regarding the subscription — I thought that no subscription was actually a competitive advantage, but now so many people are telling me to do it, that I'm really not sure anymore.

You're right about the popular books, but the long-tail of not-so-popular ones doesn't have a human audio version, and probably will never have.

Plus, sometimes available human narrations are so bad that you really would like to listen to an AI one (I've experienced it with Churchill's audiobooks on Audible).

I don't know if it will work. It felt like it should work, at least for pSEO.

I got my first two audiobook purchases two weeks after I submitted the sitemap to Google. It was some romantic novels. But now it's flatlined again.

Will see...

Yeah, I think it should be possible technically. Put all the chapters through LLM and ask it to add markup for different characters/voices.

Right now, my paid users are listening mostly to non-fiction, so it seems like they don't need it.

But this whole Project Gutenberg saga is kinda diluting everything, and I need to think which users/market to focus on.

Will see :)

Right now, I'm splitting all the text into 4,000-character chunks (OpenAI TTS limitation), and converting them into audio "on-demand".

When it's like 1-2 minutes before the end of the current chunk — I'm starting to generate the next one, for a seamless transition.

One chunk is taking about 30-40 seconds to generate (OpenAI API is 20-30s, Azure OpenAI API is ~40s).

I was planning to convert the whole book (just by queuing and parallelizing the requests) and concatenate it into a single MP3 (or an MP3 for each chapter), but it's not ready yet.