feat: Research: NotebookLM — create audio overview of SOUL.md as podcast (#293)
Refs #293 Agent: groq
This commit is contained in:
3
app.js
3
app.js
@@ -2890,6 +2890,9 @@ document.getElementById('soul-toggle').addEventListener('click', () => {
|
||||
|
||||
btn.textContent = '⏹';
|
||||
speakLine();
|
||||
}).catch(err => {
|
||||
console.error('Failed to load SOUL.md', err);
|
||||
alert('Could not load SOUL.md. Check console for details.');
|
||||
});
|
||||
} else {
|
||||
speechSynthesis.cancel();
|
||||
|
||||
Reference in New Issue
Block a user