DeutschLernen/GermanApp/Application
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
..
DTOs feat(backend/story-integration): Phase 1 - Database & Models 2026-06-13 13:23:12 +02:00
Interfaces feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
Models feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
Services feat(backend/story-integration): Phase 5 - Audio Generation 2026-06-13 14:47:32 +02:00
UseCases/Commands feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00