Displaying 5 results from an estimated 5 matches for "sample_num".
Did you mean:
sample_no
2009 Jan 07
1
Parse-Error creates strange function calls (completely different printouts) (PR#13436)
...############
> ls()
[1] "anemo.freq" "anemo.impulse_times" "anemo.T"
[4] "impulse_num" "impuls.messreihe" "make_one_sample_set"
[7] "sample.dauer" "sample.freq" "sample_num"
[10] "sample.T" "sample_times"
> sample_times
[1] 0 1 2 3 4 5 6 7 8 9
> mode(sample_times)
[1] "numeric"
> class(sample_times)
[1] "numeric"
>
######################################
So, the change in the code c...
2024 Oct 14
1
C API: How to get a seektable for very long files?
...total samples set to 0 and a seek table: All
players I tried cannot seek in the file and cannot determine it's
length: VLC, Celluloid and DeaDBeef
I wondered why I can seek files I manually compressed with flac from
raw: The total samples field is just wrong, the seek table is correct,
having sample_numer values a lot higher than total samples. The players
display the wrong length. Seems to be a bug in flac.
>
>>
>> I used this functions now to add seekpoints, but all remain placeholders
>> according to metaflac:
>>
>> FLAC__metadata_object_new
>> FLAC__meta...
2009 Jan 08
0
Parse-Error creates strange function calls (completely different (PR#13438)
...t;
> [1] "anemo.freq" "anemo.impulse_times" "anemo.T"
> [4] "impulse_num" "impuls.messreihe" "make_one_sample_set"
> [7] "sample.dauer" "sample.freq" "sample_num"
> [10] "sample.T" "sample_times"
>
>> sample_times
>>
> [1] 0 1 2 3 4 5 6 7 8 9
>
>> mode(sample_times)
>>
> [1] "numeric"
>
>> class(sample_times)
>>
> [...
2024 Oct 14
1
C API: How to get a seektable for very long files?
...seek table: All
> players I tried cannot seek in the file and cannot determine it's
> length: VLC, Celluloid and DeaDBeef
>
> I wondered why I can seek files I manually compressed with flac from
> raw: The total samples field is just wrong, the seek table is correct,
> having sample_numer values a lot higher than total samples. The players
> display the wrong length. Seems to be a bug in flac.
>
I meant that when seeking to a certain sample, the stream decoder can
in fact use the seektable despite not knowing a total number of
samples. Of course, players, especially with GU...
2024 Oct 14
1
C API: How to get a seektable for very long files?
Op zo 13 okt 2024 om 22:33 schreef Stefan Oltmanns <stefan-oltmanns at gmx.net>:
>
> Is the seektable written at the beginning of the file in the metadata
> block or can there also be a second metadata block at the end?
>
Only at the start of the file.
>
> If it's at the beginning, would it possible to reserve space for N seek
> points and during encoding remember