A short tutorial showing how to use Amazon Polly's text-to-speech service from a .NET console application. The guide covers creating a new console project, adding the AWSSDK.Polly and NetCoreAudio NuGet packages, and writing minimal code to send text to Polly, receive an MP3 audio stream, save it locally, and play it back. Only an AWS account with AmazonPollyReadOnlyAccess permission is required — no infrastructure deployment or complex setup needed.