Skip to content
Snippets Groups Projects
Commit ab742673 authored by Chad Hanna's avatar Chad Hanna Committed by Kipp Cannon
Browse files

multirate_datasource.py: convert to double precision before the whitener

parent fbea2662
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ def mkwhitened_multirate_src(pipeline, src, rates, instrument, psd = None, psd_f
head = pipeparts.mkcapsfilter(pipeline, src, "audio/x-raw, rate=[%d,MAX]" % max(rates))
head = pipeparts.mkinterpolator(pipeline, head)
head = pipeparts.mkaudioconvert(pipeline, head)
head = pipeparts.mkchecktimestamps(pipeline, head, "%s_timestamps_%d_hoft" % (instrument, max(rates)))
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment