Turn an RSS feed into a daily audio digest with the Speechify API
Turn an RSS feed into a daily audio digest with the Speechify API. Fetch items, join the text, generate one audio file, and deliver it.
Luke Oliff
4 posts tagged "nodejs".
Turn an RSS feed into a daily audio digest with the Speechify API. Fetch items, join the text, generate one audio file, and deliver it.
Luke Oliff
Build a Slack bot that reads channel messages aloud with the Speechify API. Wire events, synthesize audio, and post the clip back to the channel.
Luke Oliff
Give the Speechify text-to-speech API a URL and the page comes back as narrated audio. Fetch, extract the article text, chunk on sentence boundaries, synthesize each chunk with POST /v1/audio/speech.
Luke Oliff
A practical guide to synthesizing speech in Node.js using the Speechify TTS API. Covers installation, a basic synthesis call, streaming audio to disk, and what to reach for next.
Luke Oliff