FLAC is an acronym for Free Lossless Audio Codec. The codec uses a compression scheme that was designed specifically for audio, resulting in a fast, good compression ratio with no loss of quality. FLAC is open-source and can be found on sourceforge (http://flac.sourceforge.net/).
2
votes
1answer
26 views
Python: Check mp3 file is not corrupted
I wrote a small python script that's monitor user music library and add new files info (mp3, aac, flac) to sqllite db.
If user download music from torrents, how can i check that it is fully ...
0
votes
1answer
13 views
What are those 32 bits near the start of a FLAC file?
I am trying to write a parser to extract information from the following FLAC file:
$ hd audio.flac | head -n 6
00000000 66 4c 61 43 00 00 00 22 12 00 12 00 00 00 00 00 |fLaC..."........|
00000010 ...
0
votes
0answers
32 views
Flac media stream source in C#
Does anyone know of a flac library that uses pure C# to implement a media stream source? I've come across a few decoders but all of them seem to be either using p/invoke or unsafe code, none which are ...
1
vote
1answer
88 views
How to convert .flac to .mp3 using PHP
for my personal Website I'd like to implement a gadget for me and my friends.
Aim of this script should be to convert an uploaded .flac audio file to .mp3 choosing the music quality eg 128kbit/s or ...
0
votes
2answers
22 views
Running command line on multiple music files
I am using a CLI program called metaflac (http://flac.sourceforge.net/documentation_tools_metaflac.html) to remove padding from various FLAC music files on my computer. Using the following command in ...
0
votes
1answer
110 views
How to convert FLAC file to wav file in ios?
I want to create a audio player that support Flac format of audio files.For this i tried to implement the algorithm of flac to wav conversion which is as follow
Please help me.
All time it gives me ...
0
votes
0answers
35 views
Hazel, iTunes flac mistake
I'm using a Mac with Mountain Lion and an external hard drive. I'm also using the tool Hazel to batch move a large amount of music files into folders based on the encode scheme - FLAC, AIF, MP3 etc. ...
0
votes
1answer
54 views
Play Flac files on website
Is there a way to play Flac files on a website, preferably using HTML5 and/or jQuery?
3
votes
1answer
50 views
wav file to flac not working
we are trying to use javaFlacEncoder to convert a wav file to flac.
the call succeed and created a file. but the file has no audio content at all.
code is very simple as :
val flacEncoder = new ...
-1
votes
2answers
83 views
Need help writing a script to separate my .flac files into a separate folder library
So I have a music folder full of different file formats all mixed together. It IS well-structured: Music/[Artist Name]/[Album Name], with compilation albums in a folder called "Various". Some ...
0
votes
1answer
36 views
How can I delete generated temporary files when QuickLook is dismissed?
I am writing a Quick Look plugin that can generate previews for some audio files like ogg and flac by converting them to AIFF with ffmpeg and then returning a minimalistic webpage with a <video> ...
0
votes
0answers
51 views
FLAC file not forward in silverlight media element
I am playing FLAC file in silverlight media player.
I am play using wav stream.
Following code
Stream flacStream = new WaveOverFlacStream(e.Result, WaveOverFlacStreamMode.Decode);
var wavMss ...
0
votes
0answers
121 views
TagLib-Sharp can't read or write comment from Flac file
Sorry, but I an still an NewBie with C#.
I try to read an write Tags from FLAC files to speed up organizing my music.
Cover art and most tags work but, when I try to read the Comment field with ...
0
votes
0answers
52 views
Java.lang.verifyError. Lib JavaFlacEncoder
I successful connected lib JavaFlacEncoder.
When i instantiated class FLAC_FileEncoder:
FLAC_FileEncoder mFlacEncode_file = new FLAC_FileEncoder();
i get:
E/AndroidRuntime(16139): ...
3
votes
1answer
175 views
How convert audio raw to flac
I recording audio with class audoiRecord. Now I want convert audio raw file to *flac format. I convert *raw file to wav next way:
private void copyWaveFile(String inFilename,String outFilename){
...
0
votes
2answers
53 views
More elegant use of find for passing files grouped by directory?
This script has taken me too long (!!) to compile, but I finally have a reasonably nice script which does what I want:
find "$@" -type d -print0 | while IFS= read -r -d $'\0' dir; do
find "$dir" ...
0
votes
0answers
83 views
Recording FLAC audio in a Windows Store App
I am writing a Windows Store App (Metro App) in which I need to be able to record sound in the FLAC format. From what I've seen in MS's info ...
0
votes
0answers
55 views
Use Flac binary when executing shellscript in xcode (NSTask)
For a small personal project I've been looking for the best way to convert a .wav to .flac in Xcode Mac OS X project (so no iOS). I read that it's the best way to do this by running a shellscript. I ...
0
votes
1answer
55 views
Does the FLAC audio format have multiple quality settings?
I am writing an encoding software and dealing with uncompressed wav and flac formats. My question is, flac is supposed to be a lossless format, similar to wav but compressed. However, certain ...
0
votes
1answer
50 views
PCM sample position [byte offset] in flac
I have a flac file and I have to do some analysis on the waveform looking for a particular sample. So I decompressed them in PCM data, but then I need to know, where is that particular sample in the ...
0
votes
0answers
100 views
Using flaclib in Xcode
Finally, i've got flaclib in my Xcode project runnig, but there's a bug in a program, because nothing happens when i put a flac file into it. Below is the source code:
//
// AppDelegate.m
// ...
1
vote
1answer
104 views
PCM data in array from flac file
I have a flac file and I need to analize its waveform, so I need to have the pcm data in an array. Is there some library which does this for me without converting the file with commandline tools? I ...
1
vote
2answers
106 views
How do I uniquely identify the content of a media file in Python, not the metadata?
I have a collection of media files, mostly music, most of them having been imported from CD many years ago. This collection has been transferred between different media players, different ...
1
vote
0answers
188 views
Cannot convert wav-File to flac-File with javaFlacEncoder library
I have the following problem.
I record a wav file of my speech with my android device. I speak in: "1 2 3 4 5"
I can play the wav file on my pc.
I want to convert the wav file using the library ...
0
votes
0answers
223 views
How to encode wav files to flac format on android
I have a bytearray that holds an wav audio stream.
Is there a way on android system to convert the wav file to a flac file?
I found some example code from FlacEncoder library but this library ...
1
vote
0answers
209 views
Java library for converting FLAC to MP3 [closed]
I'm looking for a java library that can convert FLAC files to MP3 files.
I've downloaded jflac, which might be able to do the trick, but seems to be sorely lacking in examples on how to do what I ...
0
votes
1answer
153 views
How to cross-compile libFLAC as a shared library?
I am trying to cross-compile libFLAC for Windows from Linux. Here are the steps I have performed:
I downloaded the latest release (1.2.1) and extracted the tarball.
I applied a small patch:
patch ...
1
vote
0answers
197 views
jFLAC. Split FLAC File
I need to split flac file to many pieces. I am using jFLAC library to read flac files
FLACDecoder decoder = new FLACDecoder(inputStream);
then I am trying to decode parent file between to ...
0
votes
1answer
283 views
Android 2.2 play FLAC audio [closed]
Official documentation tells that FLAC audio format is unavailable until Android 3.1.
Are there any hints or external libraries to play FLAC audio format on Android version less than 3.1 (API-12)? I ...
0
votes
0answers
299 views
Objective-c. How to convert wav file to flac file?
I have ffmpeg library and libFLAC, what library is better to use in xcode project and how to use ffmpeg for convert wav file to FLAC file?
1
vote
1answer
582 views
FLAC Streaming over HTTP without Ogg
All of the current FLAC streaming implementations (such as Edcast with Icecast) seem to use Ogg as a conatiner for FLAC while streaming.
What is the reason for this?
What are the drawbacks of not ...
2
votes
1answer
552 views
Detect if file is MP3
I'm writing a C++ library for decoding and encoding audio between different formats/codecs. I have a routine for quickly detecting the format before loading the required codec library.
For WAV files ...
1
vote
2answers
244 views
Is there a simple C or C++ library for transcoding FLAC to MP3?
Right now, I'm taking the easy way out in my command line program by calling on the flac, metaflac and lame binaries, and of course, requiring that they are installed.
I would prefer to use a library ...
1
vote
1answer
308 views
Record 16bps wave file in iOS
I am trying to record a wave file and then convert this file to flac in iOS. However, the libflac library always give me the following error:
invalid/unsupported WAVE file, only 16bps stereo WAVE ...
1
vote
1answer
298 views
converting a .wma to .flac using PHP? possible?
I have a linux server, I am looking to convert a .wma file to .flac file 16k
Is there a way I can do this using a PHP Script to control the server?
I was thinking .wma to .wav then .flac would be ...
0
votes
2answers
170 views
How to programmatically convert audio (diy)?
I'm thinking about writing a FLAC to ALAC and/or FLAC to AAC converter, probably in C. Is it as simple as reading in one format and outputting another, according to format specs??
Any tips on method, ...
1
vote
2answers
286 views
ffmpeg output for flac and wav differs, why?
I need to parse ffmpegs meta data output but it is different for some reason between a wav and a flac file.
Flac:
(int) 14 => ' Duration: 00:03:18.93, bitrate: 1045 kb/s',
(int) 15 => ' ...
0
votes
1answer
167 views
CUE sheet - last song's duration
Question is pretty easy - how CUE file reader, like Foobar, can calculate last song duration?
That's sample:
REM GENRE "Atmospheric Black Metal"
REM DATE 2011
REM DISCID 4711E907
REM COMMENT ...
0
votes
1answer
144 views
How do I read bit flags mixed with data?
I've never wandered into reading binary data before. I'm trying to learn now, and make a simple application to read the header data from a FLAC file and display the information in human readable ...
0
votes
1answer
204 views
C++ Speex to Flac wrapper/library
Application is using speex codec for transmitting audio to server. At server I need to decode speex to PCM (or something else ?) and then encode it using flac and send to Google Speech API. Is there ...
1
vote
1answer
375 views
DLNA FLAC audio client which will work headless on Linux?
Subject line says it -- can anyone point me to a DLNA audio player client which will play FLAC without transcoding, which doesn't require an X server or graphical interface, and will run happily from ...
0
votes
1answer
228 views
Transcoding from amr to flac using JAVE (ffmpeg)
I want to transcode amr audio files to flac using JAVE which uses ffmpeg.
The transcoding procedure runs successfully on Windows but fails on Linux (centOS).
I checked the JAVE code and found it ...
-1
votes
1answer
456 views
how to convert WAV format to FLAC using libFLAC++
how to convert WAV format to FLAC using libFLAC++
(encode.h and decode.h)
0
votes
1answer
135 views
FLAC Decoder calc Frame length without decoding
Is it possible to get the size of a flacframe without decoding it?
Would be really nice if someone would now this. I need it to seek the file without a seektable...
filoe
0
votes
1answer
300 views
flac: “ERROR: input file has an ID3v2 tag” (it doesn't)
I'm trying to build a rather longwinded chain of programs and libraries that culminates in using a speech-to-text API to run an mp3 file into human-readable text. I was surprised to find very few APIs ...
5
votes
1answer
1k views
How to convert the WAV/OGG file to FLAC file in Android?
I can only find that ICS 4.0 support decoding of FLAC, but encode.
I need some encoder to convert wav to flac. but currenty I can't find it.
I find there is a jFlac avaible , but I don't know how to ...
1
vote
1answer
198 views
What is the appropriate value for the ExtAudioFileWrite inNumberFrames parameter?
I'm working on a FLAC-to-ALAC transcoder and trying to use ExtAudioFile to write to ALAC. I am using the FLAC library's callback-based system to read in the FLAC file, which means that every frame in ...
3
votes
2answers
228 views
Compiling Issue with SFBAudioEngine
I want to play Flac files in ios and downloaded code from: SFBAudioEngine
I added frameworks for mac os and it build successfully but when I run app it crashes and gives
dyld: Library not loaded: ...
1
vote
1answer
108 views
Can I redistribute the FLAC command line tool as part of my closed-source, free software?
I've spent the past hour trying to research this but I just can't understand it. I understand that this a software development forum, but I have a feeling someone here is more likely to have a better ...
1
vote
0answers
251 views
How to get metadata info from Flac file using LibFlac
I am decoding Flac files in to wave files . After decoding file , I am getting stream info by this code
void metadata_callback(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata ...

