Displaying 5 results from an estimated 5 matches for "griffioen".
Did you mean:
griffin
2009 Oct 13
2
multichannel?
...to use CELT in a multichannel setup, to encode (and stream)
n mono channels. Just n mono channels, not a layout like 5.1
With vorbis I can do this, but vorbis adds a lot of latency to the whole
process - so my question is would this be possible? (Maybe interleave
channels?)
Best regards,
Dirk Griffioen
Barcelona Media
2006 Jun 21
6
Sort table by child row property?
I''m building a simple forum system which features a topics and a posts
table. The topic model has a has_many association with the post model,
i.e.:
class Topic < ActiveRecord::Base {
has_many :posts
}
class Post < ActiveRecord:Base {
belongs_to :topic, :dependent => true
}
Now, I wish to sort the topics by the created_at property of the last
post, but I can''t
2009 Oct 15
1
multichannel
Hi All,
Would it be possible to encode n channels with the CELT api?
I can't find a negative or positive in the CELT docs; all I could find
is c a check on the nr of channels in wav_io.c in the CELT tools. No
clear insight on wheter or not the channels parameter in
celt_mode_create can be > 2.
Answers on the list were (thanks!):
- Sure, You just encode each channel and then store the
2003 Mar 17
3
Incorrect source address in ARP request. Anyone seen this?
I''m using iproute2-ss010824 and a 2.4.20 kernel.
Quite a subtle issue here, so I can imagine it has not been spotted before.
The setup:
I have set up a machine as a gateway. The ''external'' interface uses a
dummy IP address (eg. 10.0.0.2) and the internal side is a normal
address. (it''s more complex in real life using Zebra and such, but this is
the basic
2006 Jun 19
0
has_one frustrations, please help!
Hi everyone. I''ve been bending my head around a has_one association for
about 3 hours now and I can''t get it to work. I''m pretty sure it''s not
something I''m overlooking anymore. Here''s the essential part of the
schema I''m working with:
-----
t :topics
c :id
c :last_post_id
t :posts
c :id
c :topic_id
-----
Topics are simply named