Add Task #13 - TTS/Podcast research task
This commit is contained in:
parent
70e8fc9cfb
commit
f0c08a7147
@ -303,6 +303,24 @@ const defaultTasks: Task[] = [
|
|||||||
{ id: 'c61', text: 'COMPLETED: Links now open in new tab with blue styling and hover effects', createdAt: new Date().toISOString(), author: 'assistant' }
|
{ id: 'c61', text: 'COMPLETED: Links now open in new tab with blue styling and hover effects', createdAt: new Date().toISOString(), author: 'assistant' }
|
||||||
],
|
],
|
||||||
tags: ['blog', 'ui', 'markdown', 'frontend']
|
tags: ['blog', 'ui', 'markdown', 'frontend']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: '13',
|
||||||
|
title: 'Research TTS options for Daily Digest podcast',
|
||||||
|
description: 'Research free text-to-speech (TTS) tools to convert the daily digest blog posts into an audio podcast format. Matt wants to listen to the digest during his morning dog walks with Tully and Remy. Look into: free TTS APIs (ElevenLabs free tier, Google TTS, AWS Polly), open-source solutions (Piper, Coqui TTS), browser-based options, RSS feed generation for podcast apps, and file hosting options. The solution should be cost-effective or free since budget is a concern.',
|
||||||
|
type: 'research',
|
||||||
|
status: 'backlog',
|
||||||
|
priority: 'medium',
|
||||||
|
projectId: '2',
|
||||||
|
createdAt: new Date().toISOString(),
|
||||||
|
updatedAt: new Date().toISOString(),
|
||||||
|
comments: [
|
||||||
|
{ id: 'c62', text: 'Goal: Convert daily digest text to audio for dog walks', createdAt: new Date().toISOString(), author: 'user' },
|
||||||
|
{ id: 'c63', text: 'Requirement: Free or very low cost solution', createdAt: new Date().toISOString(), author: 'user' },
|
||||||
|
{ id: 'c64', text: 'Look into: ElevenLabs free tier, Google TTS, AWS Polly, Piper, Coqui TTS', createdAt: new Date().toISOString(), author: 'assistant' },
|
||||||
|
{ id: 'c65', text: 'Also research: RSS feed generation, podcast hosting options', createdAt: new Date().toISOString(), author: 'assistant' }
|
||||||
|
],
|
||||||
|
tags: ['research', 'tts', 'podcast', 'audio', 'digest', 'accessibility']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user