Displaying 4 results from an estimated 4 matches for "lbradford".
Did you mean:
bradford
2016 Dec 07
1
Seek failure with very short files
...the same format but can seek
successfully to 0.
I'm running Xcode 8.1 on OS X 10.11.6. We have also seen this issue on iOS.
Please let me know if you need any further information (or if anything is
wrong with this example), and thanks again!
On Mon, Nov 21, 2016 at 3:25 PM, Luke Bradford <lbradford at izotope.com>
wrote:
> Hi,
>
> Thank you both for your replies. I will try to put together a repro case
> when I get a chance.
>
> In our case, we are recording audio directly into FLAC files, so they can
> end up with very short durations. Since I sent my first email, I...
2016 Nov 21
2
Seek failure with very short files
I was wondering when it would be useful to compress very short audio
files. The answer may be when there are lots of files, for instance in
the case of sound fonts, or a large collection of transients. Probably
it would be better to compress the whole collection as a single large
file obtained by juxtaposing the short clips, with cues or marks to
separate the original files. May be this
2016 Nov 21
0
Seek failure with very short files
Hi,
Thank you both for your replies. I will try to put together a repro case
when I get a chance.
In our case, we are recording audio directly into FLAC files, so they can
end up with very short durations. Since I sent my first email, I have also
seen this reproduce with longer files.
Thanks,
Luke
On Mon, Nov 21, 2016 at 3:07 PM, Federico Miyara <fmiyara at fceia.unr.edu.ar>
wrote:
2016 Nov 15
2
Seek failure with very short files
Hi!
We are using libFLAC++ in our project for both encoding and decoding. I've
found an issue where ::FLAC::Decoder::Stream::seek_absolute() fails with
very short files (less than 2500 frames or so.) I've attached an example of
such a file.
The failure case is in stream_decoder.c, line 3071. The comment above this
case reads "check if the bounds are still ok." The sample