Digital Speech Decoder - Florida Man Edition
Go to file
Jared Szechy f0f067510f Require threads 2021-01-16 22:53:08 -05:00
cmake Start on rtlsdr 2021-01-16 18:29:20 -05:00
debian Update deps 2021-01-16 22:33:27 -05:00
include It works 2021-01-16 21:43:23 -05:00
src It works 2021-01-16 21:43:23 -05:00
test Add debian packaging 2018-06-28 23:03:12 -04:00
.gitignore Use gtest for golay24 and reed-solomon tests 2014-03-11 22:29:15 -04:00
.travis.yml Update deps 2021-01-16 22:33:27 -05:00
CHANGELOG Change current work to v1.7.0-dev 2013-12-19 10:11:38 -05:00
CMakeLists.txt Require threads 2021-01-16 22:53:08 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-08-06 11:44:38 -04:00
COPYRIGHT Initial working DSTAR voice support 2013-12-16 13:00:18 -05:00
DSD_Author.pgp version 1.4.1 2011-08-21 03:36:53 -04:00
README.md Fix link 2015-08-06 11:31:14 -04:00

README.md

Build Status

Digital Speech Decoder 1.7.0-dev

DSD is able to decode several digital voice 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

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

Please don't contact developers directly through email or other channels. We ask that you follow the guidelines above and use the Issue Tracker.

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

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.