Digital Speech Decoder - Florida Man Edition
Go to file
jpwichern 55b190ef49 Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c
Adding portaudio support. Implementing it as a new audio_..._type in dsd.h.

Update CMakeLists.txt and create FindLibPortAudio.cmake

CMake portaudio check
2014-06-05 21:54:38 +02:00
cmake Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c 2014-06-05 21:54:38 +02:00
samples@9867cd12c1 Update samples 2014-05-11 08:14:28 +08:00
test Merge branch 'master' of https://github.com/szechyjs/dsd.git 2014-05-11 08:21:20 +08:00
.gitignore Use gtest for golay24 and reed-solomon tests 2014-05-11 08:14:27 +08:00
.gitmodules Add samples as a subrepo 2013-12-18 15:58:06 -05:00
.travis.yml Fix package names 2014-05-10 21:01:31 -04:00
CHANGELOG Change current work to v1.7.0-dev 2013-12-19 10:11:38 -05:00
CMakeLists.txt Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c 2014-06-05 21:54:38 +02: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
Golay24.hpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
Hamming.cpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
Hamming.hpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
README.md Use svg travis-ci badge 2014-05-15 22:06:41 -04:00
ReedSolomon.hpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
cmake_uninstall.cmake.in Convert build system to use cmake and fix for Mac OS X build 2013-07-07 17:55:42 -04:00
config.h version 1.3 2011-08-21 03:31:35 -04:00
configure version 1.4.1 2011-08-21 03:36:53 -04:00
descramble.h Fixed some compilation warnings and added a few comments. 2014-05-11 08:14:29 +08:00
dmr_const.h version 1.3 2011-08-21 03:31:35 -04:00
dmr_data.c version 1.4.1 2011-08-21 03:36:53 -04:00
dmr_voice.c version 1.4.1 2011-08-21 03:36:53 -04:00
dsd.h Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c 2014-06-05 21:54:38 +02:00
dsd_audio.c Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c 2014-06-05 21:54:38 +02:00
dsd_dibit.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
dsd_file.c Allow the mbe file move to work in windows based systems. 2014-05-26 10:37:15 -07:00
dsd_filters.c Fixed some compilation warnings and added a few comments. 2014-05-11 08:14:29 +08:00
dsd_frame.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
dsd_frame_sync.c Fixed some compilation warnings and added a few comments. 2014-05-11 08:14:29 +08:00
dsd_main.c Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c 2014-06-05 21:54:38 +02:00
dsd_mbe.c Fixed some compilation warnings and added a few comments. 2014-05-11 08:14:29 +08:00
dsd_serial.c version 1.4.1 2011-08-21 03:36:53 -04:00
dsd_symbol.c Update dsd.h, dsd_audio.c, dsd_main.c and dsd_symbol.c 2014-06-05 21:54:38 +02:00
dsd_upsample.c Fixed some compilation warnings and added a few comments. 2014-05-11 08:14:29 +08:00
dstar.c Initial working DSTAR voice support 2013-12-16 13:00:18 -05:00
dstar_const.h Initial working DSTAR voice support 2013-12-16 13:00:18 -05:00
dstar_header.c Initial working DSTAR voice support 2013-12-16 13:00:18 -05:00
dstar_header.h Initial working DSTAR voice support 2013-12-16 13:00:18 -05:00
fcs.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
git_ver.c.in Add git tag / SHA1 as a build string 2013-12-19 08:49:49 -08:00
git_ver.h Add git tag / SHA1 as a build string 2013-12-19 08:49:49 -08:00
nxdn96.c version 1.3 2011-08-21 03:31:35 -04:00
nxdn96_const.h version 1.3 2011-08-21 03:31:35 -04:00
nxdn_const.h version 1.4.1 2011-08-21 03:36:53 -04:00
nxdn_data.c version 1.4.1 2011-08-21 03:36:53 -04:00
nxdn_voice.c version 1.4.1 2011-08-21 03:36:53 -04:00
p25_lcw.c version 1.4.1 2011-08-21 03:36:53 -04:00
p25p1_check_hdu.cpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_check_hdu.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_check_ldu.cpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_check_ldu.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_check_nid.cpp Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_check_nid.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_const.h version 1.3 2011-08-21 03:31:35 -04:00
p25p1_hdu.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_hdu.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_heuristics.c Minor fix in comments. 2014-05-11 08:43:06 +08:00
p25p1_heuristics.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_ldu.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_ldu.h Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_ldu1.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_ldu2.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_tdu.c Included error correction on P25 TDULC. 2014-05-11 08:14:29 +08:00
p25p1_tdulc.c Fixes a crash if an irrecoverable error happens 2014-05-26 22:30:45 -04:00
provoice.c version 1.3 2011-08-21 03:31:35 -04:00
provoice_const.h version 1.3 2011-08-21 03:31:35 -04:00
travis_deps.sh Add sudo to install 2014-05-10 21:07:00 -04:00
x2tdma_const.h version 1.3 2011-08-21 03:31:35 -04:00
x2tdma_data.c version 1.4.1 2011-08-21 03:36:53 -04:00
x2tdma_voice.c version 1.4.1 2011-08-21 03:36:53 -04:00

README.md

Build Status Stories in Ready

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

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.