aissia/src
StillHammer a01115a848 fix: Rename TranscriptionCallback to STTEngineCallback to avoid conflict
ISTTEngine.hpp and ISTTService.hpp both defined TranscriptionCallback
with different signatures:
- ISTTEngine: void(const std::string& text)
- ISTTService: void(const std::string& text, STTMode mode)

This caused compilation errors due to conflicting declarations.

Solution: Rename the low-level engine callback to STTEngineCallback
to distinguish it from the high-level service callback.

Fixes: Compilation errors in Phase 7.1 STT Service Layer
- All 120 unit tests passing (282 assertions)
- Build successful

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 16:44:19 +08:00
..
modules feat: Add Phase 5 module integration tests (IT_010-013) 2025-11-28 21:11:05 +08:00
services feat(wip): Phase 7.1 STT Service Layer - Architecture complète (ne compile pas) 2025-11-29 09:01:26 +08:00
shared fix: Rename TranscriptionCallback to STTEngineCallback to avoid conflict 2025-11-29 16:44:19 +08:00
main.cpp feat(wip): Phase 7.1 STT Service Layer - Architecture complète (ne compile pas) 2025-11-29 09:01:26 +08:00