Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szechyjs/dsd

Digital Speech Decoder
https://github.com/szechyjs/dsd

c c-plus-plus dsd

Last synced: about 2 months ago
JSON representation

Digital Speech Decoder

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/szechyjs/dsd.svg?branch=master)](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.