DeutschLernen/GermanApp/Presentation/Controllers
Mistral Vibe 518d1c8f27 feat(backend/story-integration): Phase 5 - Audio Generation
- Fixed audio file path generation in StoryGenerationService.GenerateAudioAsync
- Audio files now stored at wwwroot/audio/story/level{id}-segment{order}.wav
- Added static file serving in Program.cs (app.UseStaticFiles)
- Added wwwroot/audio/story directory creation on startup
- Updated StoryController.GetSegmentAudioAsync to return audio URL
- Static file middleware serves audio files automatically
- All 324 tests still pass

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 14:47:32 +02:00
..
AuthController.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
LessonsController.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
LevelsController.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
MistralController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
QuizQuestionsController.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
QuizzesController.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
SpeechController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
StoryController.cs feat(backend/story-integration): Phase 5 - Audio Generation 2026-06-13 14:47:32 +02:00
TtsController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00