itsrubberduck
54c1b47dc2
fix typescript errors and update dependencies
2026-02-17 18:13:04 +01:00
itsrubberduck
346579676e
fix(classroom): audio speed slider now actually changes playback speed with pitch correction
...
- Fix client: playbackRate was set to 1 for non-native-speed providers (Speaches/Piper),
making the speed slider ineffective in the main Pizzicato audio path
- Fix server: pass speed parameter to Speaches TTS API
- Add pitch-preserving playback via MediaElementSourceNode when rate != 1,
routing through the same Web Audio effects chain (radio filters, distortion, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:01:02 +01:00
itsrubberduck
f42dbbcd18
feat(classroom): integrate user feedback — audio speed, METAR TTS, phonetics, UI fixes
...
- Lower default audio speed to 0.85x, extend slider range to 0.5-1.3x
- Add METAR normalization for intelligible TTS (wind, vis, clouds, temp, QNH)
- Expand SID/STAR suffix regex to handle spaces (SUGOL 2S)
- Add approach suffix phonetic expansion (ILS 08R Y → Yankee)
- Fix "Soll:" → "Expected:" in readback feedback
- Accept numeric values for pushback delay field
- Add news article documenting the changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-14 14:21:35 +01:00
itsrubberduck
6f060d0ddd
fix pm
2026-02-13 08:50:02 +01:00
Remi
150f3c41a9
Brighten high-readability profiles and default to level 5
2025-10-18 21:39:23 +02:00
Remi
5813160531
Loosen readability 4-5 filters for clarity
2025-10-18 21:33:52 +02:00
Remi
663001a7af
Normalize taxi routes for clearer speech
2025-10-18 21:29:56 +02:00
Remi
d9ca19404a
Add simple auto flow evaluation for communication engine
2025-10-14 12:02:49 +02:00
Remi
fbec5c4830
Add session timeline logging and admin sessions view
2025-09-21 23:08:10 +02:00
Remi
6c9f467b94
Enable flow-aware decision routing
2025-09-21 21:16:33 +02:00
Remi
526f74c3b1
Build decision flow editor and runtime integration
2025-09-20 18:33:32 +02:00
Remi
45f405485c
Fix learn TTS speed control
2025-09-20 12:13:49 +02:00
Remi
103fdd6bbc
feat: improve learn experience
2025-09-19 23:01:39 +02:00
Remi
7db4d0357e
Refactor radio audio effects and use in learn page
2025-09-19 13:20:00 +02:00
itsrubberduck
0abd7c049e
replace fower to four becaus tts doesnt work
2025-09-19 09:43:01 +02:00
Remi
df68719374
refactor: centralize radio speech normalization
2025-09-19 09:20:04 +02:00
Remi
d4521c87c6
Translate pilot monitoring and learn pages
2025-09-19 08:54:57 +02:00
Remi
03b86ae637
Add ATIS quick actions and airport frequency data
2025-09-18 18:16:40 +02:00
Remi
80ccaaf297
Add automated flight simulation trace for pilot monitoring
2025-09-17 15:56:09 +02:00
Remi
19f253f53e
Implement authentication, waitlist, and logging upgrades
2025-09-16 17:28:34 +02:00
itsrubberduck
a7eebf0baf
refactor: update OpenAI TTS integration and cleanup imports
...
- index.vue: comment out cockpit simulator image
- learn.vue: remove unused imports (useRadioTTS, learnModules)
- atc/say.post.ts & utils/normalize.ts: rename openaiOld → normalize, adjust TTS calls, skip ensureDir/writeFile
- communicationsEngine.ts: fix atcDecisionTree import path
2025-09-16 16:14:12 +02:00
Remi
8abd011514
Refine pilot monitoring communication flow
2025-09-16 15:48:00 +02:00
itsrubberduck
1e3994f3ce
The system now intelligently handles edge cases while maintaining the core decision tree structure. The LLM will follow the schema when possible but can respond naturally when the pilot says something unexpected, making it much more realistic and flexible for training scenarios
2025-09-16 12:38:15 +02:00
itsrubberduck
f72d5b22b8
new version of pm using decision tree
2025-09-16 12:23:32 +02:00