Browse Source

Documentation: links to sonic and pcaudiolib changed to forks of espeak-ng project

master
Valdis Vitolins 8 years ago
parent
commit
1f63acd93d
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

1. a copy of Visual Studio 2013 or later, such as the Community Edition; 1. a copy of Visual Studio 2013 or later, such as the Community Edition;
2. the Windows 8.1 SDK; 2. the Windows 8.1 SDK;
3. the [WiX installer](http://wixtoolset.org) plugin; 3. the [WiX installer](http://wixtoolset.org) plugin;
4. the [pcaudiolib](http://github.com/rhdunn/pcaudiolib) project checked out to
4. the [pcaudiolib](https://github.com/espeak-ng/pcaudiolib) project checked out to
`src` (as `src/pcaudiolib`). `src` (as `src/pcaudiolib`).


You can then open and build the `src/windows/espeak-ng.sln` solution in Visual You can then open and build the `src/windows/espeak-ng.sln` solution in Visual


Optionally, you need: Optionally, you need:


1. the [pcaudiolib](https://github.com/rhdunn/pcaudiolib) development library
1. the [pcaudiolib](https://github.com/espeak-ng/pcaudiolib) development library
to enable audio output; to enable audio output;
3. the [sonic](https://github.com/waywardgeek/sonic) development library to
3. the [sonic](https://github.com/espeak-ng/sonic) development library to
enable sonic audio speed up support; enable sonic audio speed up support;
4. the `ronn` man-page markdown processor to build the man pages. 4. the `ronn` man-page markdown processor to build the man pages.



Loading…
Cancel
Save