HN user

audiala

33 karma

Founder of Audiala https://audiala.com, an AI-driven mobile app providing audioguides for cities worldwide. We're transforming the way you explore cities with engaging audio descriptions of landmarks. Passionate about tech, history, and travel.

Posts0
Comments27
View on HN
No posts found.
Siri AI 1 month ago

We are currently working on this with Audiala (iOS and webapp, Android should be released any coming days), making progress slowly but surely. We started to add tools to the AI chat to organise your trip and explore the place following your preferences and those of your group if you decide to share the trip. We can turn feedback into actual improvements pretty fast now, so would love to have yours and progress towards building the app you really want.

Claude Opus 4.7 3 months ago

Really disappointed with Anthropic recently, burned through 2 max plans and extra usage past 10 days, getting limited almost 1h in a 5h session. Reading about the extra "safe guards" might be the nail on the coffin.

Chatterbox TTS 1 year ago

What is the current state of the art for open source multilingual TTS? I have found Kokoro to be great as English as well, but am still searching for a good solution for French, Japanese, German...

I have built https://audiala.com which creates audioguides for historical and touristic places in cities all over the world. It brings a bit over $500/month in in-app purchases.

I got the idea in 2023 as I was solo traveling Florence, Italy and thought it would be much nicer to listen to stories about the monuments around me instead of having to read a guide. There is also so much more to be done: next, my plan is to create personalised itineraries based on your preferences, starting point, etc.

I tried paid marketing but found much more effective the SEO I have done on the website, and users seem to share with their friends and come back, which makes me happy.

Indeed, but as you increase the complexity, you increase the chance of failure, and increase the costs as well, even if those are quite minimal in comparison with the time a human would have to spend on this to do that manually.

I like the idea but it's "hallucinating" a lot. An example that I often use is to search for a building not too well know in a small city. If the information (such as architect, building date) is online, but the content generated is wrong, it fails my test.

I built Audiala [1][2][3], which is a platform that creates virtual tour guides that goes with you anywhere in the world. While the content is mostly static now, the pipeline is there to make it entirely personal for each user, once I figured out how to deal with the API costs.

The next steps are to adapt the content based on realtime user feedback or queries like "What happened on this street during the French Revolution?" or "Tell me more about this building’s history." as well as offering step by step itinerary suggestions.

I believe it's now possible to build an Augmented Reality solution, where you leave your phone in your pocket, put some airpods and you listen or converse with your personal tour guide and fully immerse yourself in history.

[1] https://audiala.com

[2] https://apps.apple.com/us/app/id6446038181?uo=4

[3] https://play.google.com/store/apps/details?id=com.audiala.au...

Thanks for the answer Rob, we just reached out :) We arrived to the same conclusion, we mostly rely on AWS Polly so far. Hopefully the pricing of better alternatives goes significantly down in the next months. We even tried to run different open source solutions but we could not find anything SOTA.

We are working on a similar application and we have the same observation: external data is required to avoid hallucinations, especially if you go to less known places. It's absolutely the case with GPT-3.5 and often with GTP-4. We will release our new content in the next few days. We are finally wondering about eating the cost of expensive TTS or going with a cheap option for okay results. Can I ask which option you used for TTS?