Re: [flac-dev] [Cellar] FLAC Markdown

2017-06-05 Thread Andrew James Weaver
wrote: > > Hi Andrew, > > On May 10, 2017, at 11:19 AM, Andrew James Weaver wrote: > > Hello all! > > In a previous discussions on this list about people interested in working > on the FLAC standard, I said that I would be willing to start the process > of converting t

Re: [flac-dev] metaflac crashes adding cuesheet

2017-01-24 Thread James
t. Or FTM, how to even get gdb to find the source for debugging. James On Tue, 24 Jan 2017 00:58:47 -0800, Erik de Castro Lopo wrote: James wrote: The command used by abcde is metaflac --no-utf8-convert --import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt

Re: [flac-dev] metaflac crashes adding cuesheet

2017-01-23 Thread James
AUDIO TITLE "Act III Scene ii (to line 121)" INDEX 01 63:22:63 The track1.flac file is about 390 Mbytes. James On Mon, 23 Jan 2017 00:20:07 -0800, Erik de Castro Lopo wrote: James wrote: (Apologies if I'm in the wrong place for this...) I'm trying to use

[flac-dev] metaflac crashes adding cuesheet

2017-01-22 Thread James
;t something obvious that I'm doing wrong, I can dig into debugging the code, but it'd be nice to have some idea of where to start. Thanks, James ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] Next generation WebM and FLAC

2012-06-20 Thread James Haigh
I've just realised this missed the list. Please use 'Reply to all' to CC the list. Thanks. (There's also an inline reply.) On Jun 20, 2012 8:39 PM, "Dennis Brunnenmeyer" @ fullfidelitymusic.com> wrote: > > James... > > Actually, I am a part-time

Re: [flac-dev] Next generation WebM and FLAC

2012-06-19 Thread James Haigh
On Jun 19, 2012 6:18 PM, "Ralph Giles" @ thaumas.net > wrote: > > On 12-06-19 10:08 AM, James Haigh wrote: > > > I have proposed to WebM to use FLAC in a future version. Since FLAC was > > designed a decade ago, I was wondering if there were any new compression

Re: [flac-dev] flac-dev Digest, Vol 91, Issue 4

2012-06-19 Thread James Haigh
On Jun 19, 2012 8:08 PM, "Dennis Brunnenmeyer" wrote: > > Perhaps update the codec to handle 32 bit files while remaining the same otherwise? 32bit audio files? What are they used for? James. > > Dennis Brunnenmeyer > FULL FIDELITY MUSIC >

[flac-dev] Next generation WebM and FLAC

2012-06-19 Thread James Haigh
compatibility reasons. Here's the WebM discussion: https://groups.google.com/a/webmproject.org/group/webm-discuss/browse_thread/thread/42fd53c71b2bcc74 Best regards, James Haigh. ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/lis

Re: [Flac-dev] (Universal) Ambisonic implementation

2009-10-04 Thread James Cloos
streams is left open, but higher orders are increasingly difficult to record and therfore are increasingly rare. Forth and higher level may be a purely theoretical concern. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ Flac-dev mailing list

Re: [Flac-dev] Getting subframe type=verbatim on 16 bit files

2006-09-07 Thread James Smith
like the command line use. Thanks, James On 9/7/06 4:59 PM, "Josh Coalson" <[EMAIL PROTECTED]> wrote: > --- James Smith <[EMAIL PROTECTED]> wrote: >> switch(bitsPerSample) >> { >> >> case SIXTEEN_BITS: >>

Re: [Flac-dev] Getting subframe type=verbatim on 16 bit files

2006-09-07 Thread James Smith
true; } On 9/6/06 8:28 PM, "Josh Coalson" <[EMAIL PROTECTED]> wrote: > looks fine, I would suspect how the PCM sample are formatted > and sent to process(), could you show that part of the code? > > Josh > > > --- James Smith <[EMAIL PROTECTED]> wrote:

[Flac-dev] Getting subframe type=verbatim on 16 bit files

2006-09-06 Thread James Smith
ksize=4608 sample_rate=8000channels=1 channel_assignment=INDEPENDENT subframe=0 wasted_bits=0 type=VERBATIM ... Any idea why/ where I have goofed? Thanks, James Code snippet: === FlacEncoder flacCompressor