Displaying 6 results from an estimated 6 matches for "taiko".
Did you mean:
aiko
2001 Apr 20
1
2.5.2p2: comments in key files
It appears to be possible to put comments in DSA key files, even though
comments are not supported in those files:
taiko:/depot/src/openssh-2.5.2p2% ./ssh-keygen -d -f mykey -C "comment"
Generating public/private dsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in mykey.
Your public key has been saved in mykey.pub.
The key fi...
2006 Jul 23
1
some question about ''observer_field''
Is the observe_field (ActionView::Helpers::PrototypeHelper )
can be apply to any html tag? (such as div)
I tried to apply ''observe_field'' to observe the content of
<div> tag, but, as the observed <div>''s content was changed,
there was nothing happend.
for example (in test.rhtml):
<%= link_to_remote "test", :update=>"content1",
2017 Nov 15
2
Gapless concatenation of Opus frames
...extended
tests and found one particular case where it still produces audible
artifacts.
Unfortunately, libopusenc with ope_encoder_continue_new_file (see [2]
for my code) produces similar (though not the same) audible artifacts.
The affected audio file has very low frequency content (produced by a
Taiko).
In my program the low frequency content seems to be phase shifted,
producing a discontinuity while transitioning OGG files [3].
Libopusenc seems to introduce ringing artifacts [4], resulting in a
similar, yet not that pronounced clicking noise. (Maybe the ringing
stems from no "lead-in&quo...
2017 Nov 16
1
Gapless concatenation of Opus frames
...still produces audible
>> artifacts.
>>
>> Unfortunately, libopusenc with ope_encoder_continue_new_file (see [2]
>> for my code) produces similar (though not the same) audible artifacts.
>> The affected audio file has very low frequency content (produced by a
>> Taiko).
>>
>> In my program the low frequency content seems to be phase shifted,
>> producing a discontinuity while transitioning OGG files [3].
>>
>> Libopusenc seems to introduce ringing artifacts [4], resulting in a
>> similar, yet not that pronounced clicking noise...
2017 Nov 16
0
Gapless concatenation of Opus frames
...articular case where it still produces audible
> artifacts.
>
> Unfortunately, libopusenc with ope_encoder_continue_new_file (see [2]
> for my code) produces similar (though not the same) audible artifacts.
> The affected audio file has very low frequency content (produced by a
> Taiko).
>
> In my program the low frequency content seems to be phase shifted,
> producing a discontinuity while transitioning OGG files [3].
>
> Libopusenc seems to introduce ringing artifacts [4], resulting in a
> similar, yet not that pronounced clicking noise. (Maybe the ringing
&...
2017 Nov 13
3
Gapless concatenation of Opus frames
Hi Jean-Mark,
thank you for your answer!
Yes, you understood my question correctly. I was just about to compose
a reply to my original question, where I described how I solved my
problem. As you've already suggested, I've switched to Ogg/Opus, which
is better supported, but does not work with the Media Source Extensions.
I'll have a look whether disabling prediction will help with