28 Nov
2016
28 Nov
'16
4:54 p.m.
On Mon, Nov 28, 2016 at 09:47:19AM +0000, Richard Fitzgerald wrote:
On Sun, 2016-11-27 at 11:52 -0600, Pierre-Louis Bossart wrote:
I am not Ok to add support for any other format apart from bespoke (file dump) and PCM wav header and save to file.
I am okay to add support to dump data to stdio for any format, so that we dont bother to support those file formats.
it's not clear to me why you would make an exception for bespoke, just dump everything to stdio and use a file indirection if you want the raw data in all cases?
Yes, I think that's best. For one thing it's easier to explain in the -h help: PCM can go to wav file, everything can go to stdout, stdout is always raw.
Yeah lets do that :)
--
~Vinod