graph TD
A[Audio file] --> B{Extract artist information from audio file metadata}
B --> C{Search music databases for artist biographical information}
C --> D{Summarize key biographical details about the artist}
D --> E{Generate short artist biography in required format}
E --> F[Short artist biography]