I would never sleep with this, I would laugh too much! I love absurdist AI stories
Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
61–70 of 171 posts
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#62Interesting concept. Two suggestions: 1- Don't host on anchor. Podcasting is an open standard. Don't let companies (like Spotify or Apple) take it over. Check https://podcastindex.org/ 2- The voice is too mechanical for this to be actually reasonable to listen to at night, potentially could be listenable with AWS Polly Neural voices, it's pretty good.
Really the main concern I would say is that the author doesn't own the domain so they are locked in, but I don't see how this affects listeners.
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#63"He chained up hundred of hungry great beetles (or is it Beatles?) in another room." This is gold.
Here's that one: https://www.pastery.net/fsbjzc/
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#64Interesting concept. Two suggestions: 1- Don't host on anchor. Podcasting is an open standard. Don't let companies (like Spotify or Apple) take it over. Check https://podcastindex.org/ 2- The voice is too mechanical for this to be actually reasonable to listen to at night, potentially could be listenable with AWS Polly Neural voices, it's pretty good.
I didn't much love hosting on Anchor/Spotify, but I made this in half an hour and I didn't want to have to get into RSS/site generation. Do you know of an easy way to dump audio files and some metadata somewhere and get a Podcast with RSS? I can upload there as well. I'll try Polly, thanks! The current voice annoys me too.
You can use Anchor to generate your RSS feed and host your content while still sharing the RSS URL on a domain you own. So you'd give out a URL like feeds.deepdreams.com/rss, and it would proxy the response from Anchor's RSS feed
I wrote a simple Go cloud function that can proxy your Anchor RSS URL for you:
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#65this is so cool! is this your startup or is the code opensource ? would love to play around with the code.
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#66Cool idea but that voice is like sandpaper to my ears. Maybe a female voice, a bit quieter (the soundscapes are almost completely silent for me) and maybe add some high-room-size, long decay (5-10, maybe even 20 seconds), wide panned (like 100%) and moderately diffused (maybe 10-20%) reverb to the voice with like 30% mix or so, which would add a very airy tone and help the voice blend in a bit. If the TTS engine has…
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#67Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#68Cool idea but that voice is like sandpaper to my ears. Maybe a female voice, a bit quieter (the soundscapes are almost completely silent for me) and maybe add some high-room-size, long decay (5-10, maybe even 20 seconds), wide panned (like 100%) and moderately diffused (maybe 10-20%) reverb to the voice with like 30% mix or so, which would add a very airy tone and help the voice blend in a bit. If the TTS engine has…
Actually, fuck it:
https://gitlab.com/stavros/deep-dreams
I'll implement your suggestions (or as many as I can), thanks!
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#69Earlier quoted context omitted.
Well, it might have taken 45'. It's all auto-generated, it was really quick. I wrote a script later to automate the audio mixing, that took another hour. Now I can generate a ready-to-upload episode with one command, though.
I think most people here would be interested in a write-up.
Re: Show HN: I had some time yesterday so I made a GPT3 podcast to help you sleep
#70Cool. Is this open source?