Displaying 2 results from an estimated 2 matches for "untwisting".
Did you mean:
twisting
2003 Oct 10
0
Echo observations and some questions
...lem the echocanceller encounters when someone at
the far end (them) is talking at the same time as the speaker at the
near end (you).
6) The function of the DAGGRESSIVE_SUPPRESSION switch with MARK2
should be specified. While I found the few lines in the source that
detail the difference, untwisting the algorithmic details embedded in
these few lines of code is far too difficult, especially when the author
already knows the answer. In one of my trials, activating this switch
made echo cancellation far worse. I had to turn it back off to get any
kind of performance at all.
Well, that'...
2011 Aug 11
17
f.collection_select: what are the parameters?
The rails docs are so horrible on the collection_select method. They
need to show a *complete* form, and show two examples: one that calls
f.collection_select(), and another that calls collection_select(), and
explain the differences.
Given this line:
f.collection_select :topic, Topic.all, :id, :category
What the !@#$!@#$ is :topic?
--
Posted via http://www.ruby-forum.com/.
--
You received