Skip to content

Instantly share code, notes, and snippets.

@ast
Created May 13, 2018 18:05
Show Gist options
  • Save ast/5391d935df286c7e81bcbf54d4f4f7f4 to your computer and use it in GitHub Desktop.
Save ast/5391d935df286c7e81bcbf54d4f4f7f4 to your computer and use it in GitHub Desktop.
An example asoundrc for SDR
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