Dorian Bizgan

image of audify logo

About | View Project Files on Github

Audify is a iOS application that is built with the intention of allowing users to convert documents that they want to read into a audibook like format. You can scan any document that you would like to be converted, and you can edit and title the document however you may desire.

This application calls on a few frameworks that are available in Swift, including VisionKit, AVFoundation, and CoreData for handling the image and audio information, and for retaining the document data after the application is exited.

A feature that I thought was really important for this application was a high quality voice because if it sounded choppy and robotic, it would be unbearable to listen to as an audiobook. To remedy the fact that Apple doesn't allow access to their higher quality neural-generated voice, I opted to use Google's text-to-speech service which gives you access to their WaveNet voices.


Feature Rundown