diff --git a/docs/projects/ideas/audio-guide.md b/docs/projects/ideas/audio-guide.md new file mode 100644 index 0000000..75f92b2 --- /dev/null +++ b/docs/projects/ideas/audio-guide.md @@ -0,0 +1,33 @@ +--- +title: 'Audio Guide App' +description: 'Project goal: Audio guide app suitable for various points of interest such as museums, cities, and parks.' +hide: [toc] +--- + +# Project Draft: Audio Guide App + +## Project Description + +The aim of this project is to develop an audio guide app suitable for various points of interest such as museums, galleries, cities, and +parks. The app will use the user's location data to identify the nearest point of interest and play the corresponding audio guide. + +**Inspiration**: + +- +- + +## Key Features + +The application will: + +- Provide audio guides for diverse points of interest. +- Identify the user's current location and play the corresponding audio guide. +- Enable downloading of audio guides for offline use or contain the audio guides as bootstrap data. + +## Audio Guide Content Generation + +For generating the audio guide content: + +- Points of Interest can be obtained from sources like Wikipedia, Maps, and ChatGPT. +- AI can be used to generate the text for the audio guide. +- Text-to-Speech technology, such as [Speechify](https://speechify.com/), can be utilized to generate the actual audio. diff --git a/docs/projects/ideas/index.md b/docs/projects/ideas/index.md index f3c9e29..cca56be 100644 --- a/docs/projects/ideas/index.md +++ b/docs/projects/ideas/index.md @@ -22,6 +22,9 @@ hide: [toc] measurement, and maximum speed. This project will involve using native Android and iOS APIs to access GPS data and to handle location permissions. +6. [**Audio Guide**](audio-guide.md): The aim of this project is to develop an audio guide app suitable for various points of interest such + as museums, galleries, cities, and parks. + ## Additional Ideas and Plans - Check out Coil after its KMP support is [ready](https://github.com/coil-kt/coil/issues/842#issuecomment-1622516075). They've gotten a diff --git a/mkdocs.yml b/mkdocs.yml index 95eec2b..d03eb22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,6 +85,7 @@ nav: - Limerick Generator with ChatGPT: projects/ideas/limerick.md - Pokédex: projects/ideas/pokedex.md - GPS Speedometer: projects/ideas/speed.md + - Audio Guide: projects/ideas/audio-guide.md - Tooling: - tooling/index.md