Created
May 13, 2018 18:05
-
-
Save ast/5391d935df286c7e81bcbf54d4f4f7f4 to your computer and use it in GitHub Desktop.
An example asoundrc for SDR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults.pcm.rate_converter "speexrate_best" | |
pcm.funcube { | |
type hw | |
card V20 | |
device 0 | |
rate 192000 | |
format S16_LE | |
channels 2 | |
} | |
pcm.funcubef { | |
type lfloat | |
slave { | |
pcm funcube | |
format S16_LE | |
} | |
} | |
pcm.vfzsdr { | |
type hw | |
card vfzfpga | |
device 0 | |
#rate 78125 | |
rate 89286 | |
format S32_LE | |
channels 2 | |
} | |
pcm.vfzsdrf { | |
type lfloat | |
slave { | |
pcm vfzsdr | |
format S32_LE | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment