Skip to content

Commit 1cf87a6

Browse files
authored
Updated Audios and updated intro time (#54)
* Updated Audios and updated intro time * Updated readme for Audio Credits
1 parent 3999946 commit 1cf87a6

6 files changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,8 @@ External links (donation, help, home) use standard `<a>` tags with `target="_bla
371371
---
372372
# Audio Credits
373373

374-
### Voice Generation
375-
The voice instructions in this application were generated using **ElevenLabs** AI voice synthesis technology.
376-
377-
- **Voice Model Used**: Nathaniel C - Suspense,British calm
378-
- **Platform**: [ElevenLabs](https://elevenlabs.io/)
379-
- **Usage**: Voice instructions for breathing exercises and guided meditation
380-
381-
*All voice content was generated specifically for this open-source project to provide accessible breathing exercise guidance.*
374+
Español: Abraham Roldán (elle/they/them/él/he/him)
375+
English: Chris Camacho (elle/they/them)
382376

383377
## Authors
384378

src/assets/sounds/cycle-en.mp3

2.97 KB
Binary file not shown.

src/assets/sounds/cycle-es.mp3

-70.6 KB
Binary file not shown.

src/assets/sounds/intro-en.mp3

55 KB
Binary file not shown.

src/assets/sounds/intro-es.mp3

75.5 KB
Binary file not shown.

src/components/Instructions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function BreathingInstructions({
128128
animationTimeoutRef.current = window.setTimeout(() => {
129129
changeAnimation("4-7-8");
130130
setAnimationSet((prev) => ({ ...prev, exerciseSet: true }));
131-
}, 8000);
131+
}, 13000);
132132
}
133133

134134
return () => {

0 commit comments

Comments
 (0)