Hello people!
I am working on a heavy DSP project. Hundreds of times a day my code spits out a dump of raw 64-bit floats, and I move over to audacity and import this dump to view the waveform.
Problem is every time I do it audacity seems to guess at the format and get it wrong. So I have to fiddle the settings ( 64-bit, little endian, 1 channel ) each time I do the import. Selecting three items from pulldown menus doesn’t seem like a big deal, but I am doing this so often that it would be well worth my while automating this.
Is there some way I can prepare the raw file so that audacity correctly identifies the settings?
Also I frequently want to import several files at once. It seems I cannot simultaneously import more than one file from audacity’s UI. Is there anyway I can automate this from the command line?
π