UNPKG

react-speech-to-text-gk

Version:

Advanced React speech-to-text library with real-time audio analysis and comprehensive speech metrics

5 lines 240 B
export { useSpeechToText } from '../hooks/useSpeechToText'; export { useAudioAnalysis } from '../hooks/useAudioAnalysis'; export * from '../types/speechToText'; export * from '../utils/speechToTextUtils'; //# sourceMappingURL=index.d.ts.map