https://github.com/hayguen/u775
a set of USB sound / DCF77 tools
https://github.com/hayguen/u775
dcf77 receiver soundcard
Last synced: about 1 year ago
JSON representation
a set of USB sound / DCF77 tools
- Host: GitHub
- URL: https://github.com/hayguen/u775
- Owner: hayguen
- License: lgpl-2.1
- Created: 2020-01-10T07:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T20:13:12.000Z (over 6 years ago)
- Last Synced: 2025-02-07T08:48:56.173Z (over 1 year ago)
- Topics: dcf77, receiver, soundcard
- Language: C++
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
U77,5 - a set of USB sound / DCF77 tools
DESCRIPTION:
This project aims to demonstrate:
a- how to build a "simple" hardware consisting of a DCF77 receiver and a
low-cost USB soundcard.
b- evaluation of the signal from the USB sound card (using PortAudio
see http://www.portaudio.com/)
LICENSE:
GNU LGPL (GNU Lesser Public License, see COPYING)
--- LGPL --
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Public License
as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser Public License for more details.
You should have received a copy of the GNU Lesser Public License
along with U77,5. If not, see .