Displaying 8 results from an estimated 8 matches for "knugum".
Did you mean:
anugu
2013 Mar 16
0
Fwd: (no subject)
Ooops, I accidently replied privately, sorry for that. Here's to the
list (the corrected version, since I accidently omitted a word in my
original reply):
---------- Forwarded message ----------
From: Johnny Rosenberg <gurus.knugum at gmail.com>
Date: 2013/3/16
Subject: Re: [flac-dev] (no subject)
To: Marcus Johnson <bumblebritches57 at gmail.com>
2013/3/16 Marcus Johnson <bumblebritches57 at gmail.com>:
> Does FLAC support 24 bit? I remember reading about people updating ffmpeg
> for 24 bit support so...
2013 Apr 23
2
Fwd: Metaflac UTF-8 fixes
Ooops? I accidently sent a reply privately instead of to the list,
sorry for that.
Here it is again, this time hopefully to the list:
---------- Forwarded message ----------
From: Johnny Rosenberg <gurus.knugum at gmail.com>
Date: 2013/4/23
Subject: Re: [flac-dev] Metaflac UTF-8 fixes
To: Janne Hyv?rinen <cse at sci.fi>
2013/4/23 Janne Hyv?rinen <cse at sci.fi>:
> Hopefully the last patch from me to UTF-8 issues.
> Metaflac can now print all console supported characters from tags on...
2013 Mar 02
8
flac 1.3.0pre1 prelease
Hi all,
I finally managed to bite the bullet and roll a pre-release. Its
here:
http://downloads.xiph.org/releases/flac/beta/
I have personally tested this code on:
x86-linux
x86_64-linux
powerpc-linux
I have not yet done any work on making sure the changelog is up-to-date.
That will be done between now and the release. What I'm after now is
testing of this source tarball
2013 Feb 08
1
Beginner's question
I have just found out about the libflac thing and I have searched a
bit for information about it. I found its API and two examples.
My operating system is Ubuntu 12.04 and I installed the libflac-dev
thing from the software center (which is equal to installing it with
?sudo apt-get install libflac-dev?.
Is there anything more that I need to install to be able to compile,
for instance, the example
2013 Feb 10
2
Commonly getting FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA on valid audio
2013/2/10 Erik de Castro Lopo <mle+la at mega-nerd.com>:
> Johnny Rosenberg wrote:
>
>> Anyway, if I'm allowed to ask a libsndfile question here,
>
> Sorry, but no, this list is for FLAC related discussion.
And of course you won't waste your time replying outside this mailing list?
Is there a libsndfile mailing list?
Hm? yet another stupid question, of course. If
2013 Feb 09
2
Commonly getting FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA on valid audio
2013/2/9 Erik de Castro Lopo <mle+la at mega-nerd.com>:
> Johnny Rosenberg wrote:
>
>> For example, when loading an audiofile with libsndfile, all the
>> samples are converted to floating point numbers,
>
> With libsndfile, converting to float is optional. You can just as
> easily read int or short.
>
>> which is what I want
>> anyway, but the
2013 Feb 09
2
Newbie question about those callbacks
For instance the write_callback thing:
client_data ? can it be a pointer to just about anything? For instance
a pointer to a two-dimensional array?
Are those FLAC-WAV and WAV-FLAC examples the only examples available?
What would be the best approach to read a FLAC file to an array of
some kind? Passing a pointer to the array as ?client_data?? I'd like
to use a two-dimensional array, but
2013 Feb 09
5
Commonly getting FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA on valid audio
2013/2/8 Erik de Castro Lopo <mle+la at mega-nerd.com>:
> Collin wrote:
>
>> It turns out it was an error on my part; sorry for the trouble. I misunderstood
>> the format libflac was expecting my samples in. I found the wording in the
>> documentation very confusing.
>>
>> My audio file has 2 channels and 16-bit samples, so I have to pull out each
>>