sinProject-Inc/talk

View on GitHub
src/lib/speech/speech_by_microsoft.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function speak has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public async speak(): Promise<SpeechSound> {
        const speech_config = MicrosoftSpeechSdk.SpeechConfig.fromSubscription(
            MICROSOFT_SPEECH_KEY,
            SpeechByMicrosoft._region
        )
Severity: Minor
Found in src/lib/speech/speech_by_microsoft.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status