FRE-4510: Add voiceprint feature flag support

- Create voiceprint.feature-flags.ts to re-export checkFlag
- Update voiceprint.config.ts to use checkFlag for all flags
- Update voiceprint.service.ts to import checkFlag
- Ensure voiceprint services respect feature flags
This commit is contained in:
2026-04-29 18:31:14 -04:00
parent 92d0955b74
commit 7928465a58
3 changed files with 10 additions and 0 deletions

View File

@@ -5,7 +5,9 @@ import {
DetectionType,
ConfidenceLevel,
audioPreprocessingConfig,
voicePrintFeatureFlags,
} from './voiceprint.config';
import { checkFlag } from './voiceprint.feature-flags';
// Audio preprocessing service
export class AudioPreprocessor {