Skip to content
/ fm Public
forked from x0ul/fm

Playing around with frequency modulation

Notifications You must be signed in to change notification settings

djpadbit/fm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fm

Playing around with frequency modulation. Forked from https://github.com/x0ul/fm

Compiling

make

Usage:

./fm <input> [output] - output defaults to pipe

fm.sh is a simple wrapper to transmit with a hackrf (uses csdr and hackrf_transfer) and conv.sh is a simple wrapper to convert a file to a mono signed 16 bit int file at 48khz with ffmpeg

You can transmit pretty easily when combining the 2

./conv.sh <any audio file> - | ./fm.sh <freq>

About

Playing around with frequency modulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.1%
  • Shell 18.1%
  • Makefile 1.8%