help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parsing dsf files for dsd audio


From: Børge Strand-Bergesen
Subject: Re: Parsing dsf files for dsd audio
Date: Tue, 13 Dec 2016 15:22:40 +0100

Hi Mike,

OK, I'll try to give it a shot. Reading the headers looks reasonably easy, but the exact multiplexing of the data words does not seem straightforward.

My idea was to write draft code in Octave that I'd later port to embedded C (or if need be some DSP asm).

Børge


On Fri, Dec 9, 2016 at 9:09 PM, Mike Miller <address@hidden> wrote:
On Fri, Dec 09, 2016 at 20:15:50 +0100, Børge Strand-Bergesen wrote:
> I'd like to work with dsf files for dsd audio. Has anybody here attempted
> that with Ovtave?

Not that I know of.

> The file format resembles .wav. Writing a parser and generator doesn't seem
> too hard, except that the actual data interleaving spec can be a bit hard
> to read.
>
> If the code doesn't exist I could help make it. Hopefully some other group
> members with an interest in the format.

Honestly it sounds like the most straightforward path is to convert the
DSD audio into PCM encoding using another tool (I have no idea if any
free software exists to do that), and read PCM samples into Octave.

But if you want to write an Octave function to read a DSF file, please
go ahead, and share your progress, maybe others are interested also.

--
mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]