Displaying 5 results from an estimated 5 matches for "mataflac".
Did you mean:
manalac
2014 Dec 01
2
Modified metaflac add --output-json
Hi,
I modified the metaflac program to output in JSON format if the
--output-json switch is used, and made a simple Go program to demonstrate
use of the output.
I imported the MIT licensed json-c library into src/share/json-c and put
headers in include/share/json-c.
For example,
# metaflac --output-json --list myfile.flac
example output: https://gist.github.com/waitman/847a8cae4a650a8898ee
If
2014 Dec 02
2
Modified metaflac add --output-json
...to
> answer on question about subset compliance of stream.
>
> Looks like "metaflac --show-min-blocksize --show-max-blocksize
> --show-sample-rate --show-bps" is more useful, but unfortunately there
> is no switches to show LPC filter order and Rice partition order in
> MataFLAC tool.
>
> It would be nice if anybody add switches to show more parameters like
> LPC filter order and Rice partition order and checking for subset
> compliance of stream to MetaFLAC tool.
>
> Using output in JSON format is very useful thing (bit thanks for
> that!), but user,...
2014 Dec 02
0
Modified metaflac add --output-json
...d parser and statistics tools to
answer on question about subset compliance of stream.
Looks like "metaflac --show-min-blocksize --show-max-blocksize
--show-sample-rate --show-bps" is more useful, but unfortunately there
is no switches to show LPC filter order and Rice partition order in
MataFLAC tool.
It would be nice if anybody add switches to show more parameters like
LPC filter order and Rice partition order and checking for subset
compliance of stream to MetaFLAC tool.
Using output in JSON format is very useful thing (bit thanks for
that!), but user, unfortunately, still need statist...
2014 Dec 02
0
Modified metaflac add --output-json
...uestion about subset compliance of stream.
>>
>> Looks like "metaflac --show-min-blocksize --show-max-blocksize
>> --show-sample-rate --show-bps" is more useful, but unfortunately there
>> is no switches to show LPC filter order and Rice partition order in
>> MataFLAC tool.
>>
>> It would be nice if anybody add switches to show more parameters like
>> LPC filter order and Rice partition order and checking for subset
>> compliance of stream to MetaFLAC tool.
>>
>> Using output in JSON format is very useful thing (bit thanks for...
2014 Jun 19
1
How to check/test existing FLAC stream for Subset?
...nd statistics tools to
answer on question about subset compliance of stream.
Looks like "metaflac --show-min-blocksize --show-max-blocksize
--show-sample-rate --show-bps" is more useful, but look like
unfortunately there is no switches to show LPC filter order and Rice
partition order in MataFLAC tool.
It would be nice if anybody add switches to show more parameters like
LPC filter order and Rice partition order and checking for subset
compliance of stream to MetaFLAC tool. I understand that FLAC is free
open source project and nobody owes nobody nothing and don't know how
hard to impl...