Копия на 18_05_2023
Go to file
lwvmobile 0cb68d7c53
Merge branch 'master' into rtl-sdr
2022-01-29 22:25:38 -05:00
.github/workflows Install deps 2021-12-13 16:38:44 -05:00
cmake Delete FindNCURSES.cmake 2022-01-29 22:03:42 -05:00
debian Update deps 2021-01-16 22:33:27 -05:00
include Merge branch 'master' into rtl-sdr 2022-01-29 22:25:38 -05:00
src Merge branch 'master' into rtl-sdr 2022-01-29 22:25:38 -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 Add More RTL Options, UDP Remote 2022-01-29 21:53:35 -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 Update README.md 2022-01-29 22:17:19 -05:00

README.md

Build Status

Digital Speech Decoder - Florida Man Edition

This version of DSD shouldn't be used by anybody wanting a stable DSD experience, please see the original version for that. Also, please don't submit bug reports to the links on this page, those will direct them to the original version. Links will be updated at a later date.

The purpose of this is to experiment with the RTL code and other things, and is purely for academic research into the inner workings of DSD. Basically, its for me to poke around with and see what I can manage to break.

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.