mirror of https://github.com/lwvmobile/dsd-fme.git
53 lines
2.3 KiB
Markdown
53 lines
2.3 KiB
Markdown
[](https://travis-ci.org/szechyjs/dsd)
|
|
|
|
# Digital Speech Decoder 1.7.0-dev
|
|
DSD is able to decode [several digital voice formats](https://github.com/szechyjs/dsd/wiki/Supported-formats) from discriminator
|
|
tap audio and synthesize the decoded speech. Speech
|
|
synthesis requires mbelib, which is a separate package.
|
|
|
|
|
|
## Information
|
|
|
|
### The DSD Wiki
|
|
The DSD Wiki has lots of additional information about DSD including build
|
|
instructions and answers to the most frequently asked questions.
|
|
Please browse the Wiki after finishing this README.
|
|
|
|
[https://github.com/szechyjs/dsd/wiki](https://github.com/szechyjs/dsd/wiki)
|
|
|
|
### Bug reports
|
|
If you discover a problem with DSD, we would like to know about it.
|
|
However, we ask that you please review these guidelines before submitting a
|
|
bug report:
|
|
|
|
[https://github.com/szechyjs/dsd/wiki/Bug-reports](https://github.com/szechyjs/dsd/wiki/Bug-reports)
|
|
|
|
Please don't contact developers directly through email or other channels.
|
|
We ask that you follow the guidelines above and use the
|
|
[Issue Tracker](http://github.com/szechyjs/dsd/issues).
|
|
|
|
### Contributing
|
|
We hope that you will consider contributing to DSD. Please read this short
|
|
overview for some information about how to get started.
|
|
|
|
[https://github.com/szechyjs/dsd/wiki/Contributing](https://github.com/szechyjs/dsd/wiki/Contributing)
|
|
|
|
You will usually want to write tests for your changes. To run the test suite
|
|
run `make test` from your build directory.
|
|
|
|
## License
|
|
Copyright (C) 2010 DSD Author
|
|
GPG Key ID: 0x3F1D7FD0 (74EF 430D F7F2 0A48 FCE6 F630 FAA2 635D 3F1D 7FD0)
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
PERFORMANCE OF THIS SOFTWARE.
|