Bill Somerville
4b9720a2e6
Updated sample .WAV files build script
2021-03-05 17:27:23 +00:00
Bill Somerville
22f1ba6a6d
Merge branch 'support-2.3.1' into release-2.4.0
2021-03-03 23:58:39 +00:00
Bill Somerville
1aa15aa30e
Updated samples build script
2021-02-16 17:04:48 +00:00
Steven Franke
f84b3f2786
Re-do the FST4W-1800 example.
2021-02-16 10:55:25 -06:00
Bill Somerville
446c255eb5
Use new project version variables in samples CMake script
2021-02-14 20:10:48 +00:00
Bill Somerville
186d10c371
Updated samples build script
2021-02-14 20:05:21 +00:00
Steven Franke
355d6e55c8
Add sample files for FST4/W.
2021-02-14 13:46:57 -06:00
Bill Somerville
b0417838a8
Use new project version variables in samples CMake script
2021-02-03 17:39:32 +00:00
Bill Somerville
dab468d098
Corrected sample directory name
2021-02-03 17:37:27 +00:00
Bill Somerville
384006cda0
Q65 sample .wav files
2021-02-03 17:30:27 +00:00
Joe Taylor
9ca57f9a5c
Protect against a possible bounds error.
2021-02-02 11:39:29 -05:00
Bill Somerville
28f92ebe8d
New JT65B sample files for averaging documentation
2020-05-10 10:54:56 +01:00
Joe Taylor
5ebfdd3576
Add some test files for JT65 averaging, AP, and DS decodes.
2020-05-07 11:27:48 -04:00
Bill Somerville
3456bdb949
Update for new FT4 sample .WAV file
2019-05-31 03:10:46 +01:00
Joe Taylor
26f7fed8aa
New FT4 sample file.
2019-05-23 14:50:17 -04:00
Bill Somerville
8280d8ec96
Prep for a release candidate
2019-04-05 11:10:50 +01:00
Joe Taylor
dac988d4ca
New sample file for synchronized FT4.
2019-04-04 10:00:41 -04:00
Bill Somerville
74ff96c607
Add new FT4 sample WAV file to CMake script
2019-03-22 22:19:51 +00:00
Joe Taylor
68ee0a6bca
Add a sample file for FT4.
2019-03-22 16:16:05 -04:00
Bill Somerville
c60fbc11b6
Fix samples CMake script and update NEWS and copyright dates
...
Preparation for v2.0.1 GA release.
2019-02-25 03:07:51 +00:00
Joe Taylor
70b531fc44
Updates to User Guide; replace FT8 and MSK144 sample files with ones using new protocols.
2018-12-11 11:24:04 -05:00
Joe Taylor
067f0ff6d1
Add a sample file for FT8.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7858 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-07-12 18:09:33 +00:00
Joe Taylor
05fdb9d3d0
Update the list of sample files.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7331 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-22 16:29:11 +00:00
Joe Taylor
8c22cd205c
Add a QRA64C sample file with the new sync pattern.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7330 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-22 16:13:34 +00:00
Bill Somerville
e87d9a572b
Fix two defects in the sample uploader target
...
Also added new sample files to samples/CMakeLists.txt
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7210 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-20 21:20:26 +00:00
Joe Taylor
c2d2ec8dd7
Remove vestigial references to WSPR_2. Update wsjtx.pro. Add samples for all modes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7208 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-20 15:43:03 +00:00
Bill Somerville
3c428b139a
Fix dependency and sequencing issues of upload-samples target
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 20:46:26 +00:00
Bill Somerville
b98b4ae299
Some helpful developer documentation
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 13:19:54 +00:00
Bill Somerville
8efde1b4ef
Fix samples upload-samples target commands
...
Also added --progress switch to rsync command
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6309 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 11:54:51 +00:00
Bill Somerville
924e20efa8
Add a sample download dialog and upload sub-system
...
Samples are downloaded from a web server, currently the SF download
server. The samples are stored in the source controlled samples
directory and the CMake script there builds a suitable directory tree
for upload to the web server under samples/web containing the samples
hierarchy and the generated JSON contents database file. The samples
CMake script also defines an 'upload-samples' target that uses rsync
to efficiently upload the samples and the accompanying contents JSON
database file.
Any directory structure under the samples directory may be created, to
add a new sample file simply add the file to source control and amend
the list of sample files (SAMPLE_FILES) in samples/CMakeLists.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6308 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-24 11:41:05 +00:00
Bill Somerville
ee4ae6589e
More complete CMake install target including sample WAV files from
...
SVN, user manual and, HRD Interface runtime on Windows.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3554 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2013-08-16 00:24:32 +00:00