As a former audiobook narrator, may your cereal always be soggy and your socks too. On a more serious note, this is a cool application of the technological advancement in AI voice models, and inevitable in today's society. It just really sucks to watch this race to the bottom actively put people out of work. But hey, at least we can save a few bucks on an audiobook, right?
> It just really sucks to watch this race to the bottom actively put people out of work the entire progress of civilization has depended on putting people out of work by increasing productivity and efficiency. Subsistence hunter-gatherers and subsistence farmers were put out of work by cheaper agriculture systems, and some of those unemployed realized they could support themselves by reading books to other people, a…
Show HN: Offline audiobook from any format with one CLI command
31–40 of 46 posts
Re: Show HN: Offline audiobook from any format with one CLI command
#32Earlier quoted context omitted.
> It just really sucks to watch this race to the bottom actively put people out of work the entire progress of civilization has depended on putting people out of work by increasing productivity and efficiency. Subsistence hunter-gatherers and subsistence farmers were put out of work by cheaper agriculture systems, and some of those unemployed realized they could support themselves by reading books to other people, a…
The premise of this argument is false. Pre-agriculture people were food supply constrained. Nobody is audiobook or other entertainment supply constrained today. And worse, modern farm produce is effectively worth zero. In many cases farmers are paid NOT to produce specific goods. And those who do MUST produce at purely artificial levels as to require the use of unsustainable, patented, and specialized chemicals or GM…
Re: Show HN: Offline audiobook from any format with one CLI command
#33As a former audiobook narrator, may your cereal always be soggy and your socks too. On a more serious note, this is a cool application of the technological advancement in AI voice models, and inevitable in today's society. It just really sucks to watch this race to the bottom actively put people out of work. But hey, at least we can save a few bucks on an audiobook, right?
This will only do narration, and the engagement is probably still not 100% there yet (sorry cant try it right now).
This kind of thing is very useful to consume high-level information on the side, while driving, cooking, gardening or doing exercise. So it can be useful to make previously curated and written content more accessible. Including content people have curated themselves, or got a bot to curate for them.
For example, I listened to the entire FT weekend edition while cycling on the weekend, using their text-to-audio function. This allowed me to take in even parts of the paper I normally do not have time to read. Before the advent of the text-to-speed function, I would have to chose between health and information. Now I can have both.
Re: Show HN: Offline audiobook from any format with one CLI command
#34Earlier quoted context omitted.
> It just really sucks to watch this race to the bottom actively put people out of work the entire progress of civilization has depended on putting people out of work by increasing productivity and efficiency. Subsistence hunter-gatherers and subsistence farmers were put out of work by cheaper agriculture systems, and some of those unemployed realized they could support themselves by reading books to other people, a…
The premise of this argument is false. Pre-agriculture people were food supply constrained. Nobody is audiobook or other entertainment supply constrained today. And worse, modern farm produce is effectively worth zero. In many cases farmers are paid NOT to produce specific goods. And those who do MUST produce at purely artificial levels as to require the use of unsustainable, patented, and specialized chemicals or GM…
your premise is not false, but your conclusions are. see "indifference curves" in econ 101, and Pareto optimality.
We take consumer preferences as a given, because I don't know why you choose not to spend all of your money on the best and most pure essentials for life, but instead take some amount of your money and buy alcohol or skateboards or any of a number of other downright dangerous inessential things that you enjoy. You even pay money to GP to listen to his audio books when you could read them yourself and make money selling your own recordings. We don't know why you behave the way you do, but that's your choice. Given that you pay money for GP's audiobooks, if computer generated audiobooks drove the price down to zero, that would give you more money for alcohol; and it would give the rest of the economy a worker, GP, who could now participate in creating other products you'd probably want to buy (maybe dangerous jet-suits?) with the extra money you've saved on audiobooks.
We don't need to figure out how everybody wants to spend their time or their money, people figure that out for themselves and markets emerge to accomodate them.
We do need to figure out where the negative externalities lie, which you are attempting to do but knowing what qualities mark them as externalities will help you effectuate change by working with the market instead of failing against the market.
Re: Show HN: Offline audiobook from any format with one CLI command
#35As a former audiobook narrator, may your cereal always be soggy and your socks too. On a more serious note, this is a cool application of the technological advancement in AI voice models, and inevitable in today's society. It just really sucks to watch this race to the bottom actively put people out of work. But hey, at least we can save a few bucks on an audiobook, right?
I'll be writing some music for the intros of chapters and some special sections for suspense.
Re: Show HN: Offline audiobook from any format with one CLI command
#36Earlier quoted context omitted.
Try out Storyteller, they're working on this exact problem: https://smoores.gitlab.io/storyteller/
Very cool, thanks for sharing! I'll follow the project and hope there's some way to get this running on Kobo or other eInk readers in the future.
Re: Show HN: Offline audiobook from any format with one CLI command
#37As a former audiobook narrator, may your cereal always be soggy and your socks too. On a more serious note, this is a cool application of the technological advancement in AI voice models, and inevitable in today's society. It just really sucks to watch this race to the bottom actively put people out of work. But hey, at least we can save a few bucks on an audiobook, right?
The ability to change voices to one that suites a person's taste is hardly a race to the bottom. It is a HUGE value add.
I am sure lamplighters were not happy about the light bulb either.
c'est la vie.
Breaking the audible monopoly sounds like a nice side effect too.
Re: Show HN: Offline audiobook from any format with one CLI command
#38As a former audiobook narrator, may your cereal always be soggy and your socks too. On a more serious note, this is a cool application of the technological advancement in AI voice models, and inevitable in today's society. It just really sucks to watch this race to the bottom actively put people out of work. But hey, at least we can save a few bucks on an audiobook, right?
Yeah, I'm painstakingly reading out a novel I wrote and recording is hard. We had to scrap last nights recording because there was a hum at the place we are recording and even turning off all breakers we couldn't figure out where it was. Turns out it was a bathroom fan that was hooked to a different breaker in the house. I'll be writing some music for the intros of chapters and some special sections for suspense.
There's a few good folks on youtube that discuss some of the more nitty gritty details, if you're interested.
Re: Show HN: Offline audiobook from any format with one CLI command
#39Re: Show HN: Offline audiobook from any format with one CLI command
#40Cool app! I've had some issues with getting it to work, though: - ebook-convert is not a small dependency, it seems that it only comes bundled with calibre software. And calibre has huge number of python dependencies (>400 packages on OpenSuse) - don't know about you, but I'm not polluting my install with that for a small tool. So, I've grabbed appimage version of calibre, extracted it and added symlink to the bundle…
Thank you for the feedback and I'm sorry you had those issues. I cannot replicate at the moment on Ubuntu 24.04 but will check back on this. I presume it is something simple going wrong with how I am getting the home directory in golang and checking if the path exists. Your feedback on ebook-convert is very valid. I can take a look at breaking it up. (Granted I am not sure how much of a lift that would be)