Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable eSpeak-NG on Windows #371

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Nov 4, 2024

      - name: Download and install eSpeak-NG
        if: runner.os == 'Windows'
        shell: pwsh
        run: |
          Invoke-WebRequest -Uri "https://github.com/espeak-ng/espeak-ng/releases/download/1.51/espeak-ng-X64.msi" -OutFile "espeak-ng.msi"
          Start-Process msiexec.exe -ArgumentList '/i espeak-ng.msi /quiet /norestart' -Wait
          # dir "$env:ProgramFiles\eSpeak NG"
          $env:Path += ";$env:ProgramFiles\eSpeak NG"
          espeak-ng --version

@cclauss cclauss changed the title Enable both eSpeak-NG on Windows Enable eSpeak-NG on Windows Nov 4, 2024
@cclauss cclauss force-pushed the enable-espeak-ng-on-windows branch 11 times, most recently from 04d051c to 85f04a7 Compare November 5, 2024 13:45
@willwade willwade merged commit 1690394 into nateshmbhat:master Nov 5, 2024
12 checks passed
@cclauss cclauss deleted the enable-espeak-ng-on-windows branch November 5, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants