@ben@dan I just wanted to let you guys know I’m loving Elements! The Claude Ai integration has made my article development so much better. And it helped me create the code for a Custom Component so my visitors can copy the article by pressing a button. It’s cool.
I added a Listen to Article button this morning, if there is an mp3 recording, the button says Read by Author, if no mp3 is available yet, it says Read by Computer.
It’s really low right now because I ran into a file size limitation trying to upload through Claude or through the CMS Dashboard of 5MB. I know I could do a SFTP upload to get around it, but was trying to keep it in an automated work flow.
At this point that is what I have decided. Easier to upload using SFTP instead of through the CMS Dashboard which appends file names with a number which is a pain to have to rename to delete the appendage.
I’ve also decided I don’t want to record audio for all these articles either, so I’m going another route. Bantr app which converts the text file into audio with my voice. It’s only $59 lifetime no subscription, unlimited use. It think it does a decent job. Bantr saves in WAV but I had Claude Ai create a script to do the conversion to .m4a format.
I’ve started uploading the new files if you want to hear the quality.
Just an update. This has been an amazing discovery trip. I found Bantr was good at creating the narration with my own voice, but it has no command line interface to be scripted to go through all my existing 80+ articles. So it was going to be a one at a time process and I didnt’ want to stay up at night to load the next one. So I asked Claude Ai if it could make a command line app that would convert text to natural voice using my own voice. It said yes with an open source engine from MIT.
It took me the greater part of the day with some trial and error, but I now have a command line app chugging through all my articles. It uses a pronunciation text file for any Biblical names that need to be sounded out phonetically and if there is a particular word that the phonetics can’t get right I can record a audio file of just that word that it substitutes in. I had it compare it’s file results to the same one that I had run through Bantr, and it adjusted it’s parameters to match the output I was getting from Bantr.
It not only generates the file, but it is also uploading them to the web server as it completes them. I really am amazed at the power of Ai.