Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: Nick's Picks on August 31, 2009, 08:44:02 AM

Title: FLAC help with Ubuntu
Post by: Nick's Picks on August 31, 2009, 08:44:02 AM
I'm having trouble seeding FLAC files via a Ubuntu DAW...and need some help.

using Audacity.  > export files as raw 16bit PCM (as it opens them as 32bit).
I then use "sound converter" to run the wav files through and it outputs as FLAC.

nobody can decode them.  all sorts of fucked up errers, reporting as 32bit ..etc etc.

HELP !!!!!!
Title: Re: FLAC help with Ubuntu
Post by: page on August 31, 2009, 09:28:58 AM
have you tried calling flac from the command line? (I'm trying to eliminate audacity as the culprit).

Second, if your not willing or interested in doing that, have you considered just exporting to 16bit flac from audacity?
Title: Re: FLAC help with Ubuntu
Post by: Nick's Picks on August 31, 2009, 09:48:36 AM
I'm learning the command line..., but need some intructions.
I've tried making FLAC files via every possible way (including direct output from audacity).
Title: Re: FLAC help with Ubuntu
Post by: page on August 31, 2009, 10:11:38 AM
I'm learning the command line..., but need some intructions.
I've tried making FLAC files via every possible way (including direct output from audacity).

type flac --version
what do you get back?

Given a 16bit wav file (both that you've created under linux and one that's from a different and confirmed working source): try encoding it via this method:

flac --best -V --sector-align file.wav
Title: Re: FLAC help with Ubuntu
Post by: Nick's Picks on August 31, 2009, 11:44:39 AM
awesome, thank you.
Title: Re: FLAC help with Ubuntu
Post by: SmokinJoe on August 31, 2009, 12:08:54 PM

using Audacity.  > export files as raw 16bit PCM (as it opens them as 32bit).


In Audacity... Edit -> Preferences -> File Formats.... mine is set to "WAV (Microsoft 16bit PCM)" or  "Other"/"Signed 24 bit PCM" if I'm saving to 24bit.
Then I flac from command line using "flac *.wav" with no special parameters.

"shntool len" is your friend... if it comes back with something clean like below you are good.  By "clean" I mean all those hyphens under problems is a good thing.  When you see "c" in the first column is means it's not 16/44100 CD quality.
>shntool len *.wav
    length     expanded size    cdr  WAVE problems  fmt   ratio  filename
     5:02.67       53430428 B   ---   --   -----    wav  1.0000  01_Track01.wav
     4:13.46       44737436 B   ---   --   -----    wav  1.0000  02_Track02.wav

>shntool len *.flac
    length     expanded size    cdr  WAVE problems  fmt   ratio  filename
     2:35.41       27438476 B   ---   --   ---xx   flac  0.4686  abb2008-08-16d1t01.flac
     5:45.17       60898028 B   ---   --   ---xx   flac  0.5861  abb2008-08-16d1t02.flac
Title: Re: FLAC help with Ubuntu
Post by: runonce on August 31, 2009, 02:48:53 PM
Try the newest (beta) version of Audacity...you can track and save directly to FLAC -  SBE free...
Title: Re: FLAC help with Ubuntu
Post by: Nick's Picks on August 31, 2009, 03:23:11 PM
so what I ended up doing..was taking the hard way around.
Installed VMware, then I installed an XP virtual machine.
now i'm re-encoding the files with TLH, and everything should be rosy.