Randall Cook

San Francisco Bay Area

Follow me on Twitter @randallecook!

May
15
comment The way to extract 10-band equalization information from mp3 format
Yes, @iDroid. After conversion to the frequency domain, you would multiply the values in each bin by a scaling factor (>1 to boost, <1 to attenuate) whose value comes from the 10 bands of equalization you are trying to apply. In other words, map your 10 equalization band settings into the N frequency bins and multiply. Then perform an inverse FFT to bring the audio back to the time domain. You might need to overlap your FFTs by N/2 and apply a window function to the audio if equalization is introducing artifacts (i.e. there are discontinuities in the sound wave at the window boundaries.
May
14
asked why would the system not respect a routing rule?
May
10
awarded Popular Question
May
9
comment suddenly $_SERVER['REMOTE_ADDR'] is started returning 10.10.10.10 php
The PHP documentation (php.net/manual/en/reserved.variables.server.php) does not mention a REMOTE_IP. Please clarify.
May
9
comment What is the name of this relationship between objects?
Are the C objects that B can have the same C objects that A has?
May
9
comment Suitable algorithm for joining records from multiple databases
Another idea: can a database abstraction layer like ODBC help here? I am guessing not, as it might merely provide a consistent interface to different databases, but cannot unify them.
May
9
comment Suitable algorithm for joining records from multiple databases
I think you're on the right track with NoSQL. After all, without SQL, one must implement joins, etc. manually. Blending databases might be a similar problem.
May
8
revised How do I migrate my site from mysql to mysqli?
removed old, broken link and mentioned conversion tool
May
8
awarded Yearling
May
8
awarded Yearling
May
7
reviewed Approve suggested edit on Ruby cannot find nokogiri/nokogiri
May
7
reviewed No Action Needed How to determine program memory space and dynamic library space in linux?
May
7
revised Distributing multiple .sh files to different computers
expanded answer
May
7
awarded Popular Question
May
3
reviewed Approve suggested edit on Reference to currently executing array
May
3
reviewed Approve suggested edit on Issue in Binding in Windows Phone 8 app based on MVVM
May
3
revised Excel to Google Docs - Script
I put the code in the codeblock
May
3
reviewed Edit suggested edit on Excel to Google Docs - Script
May
3
reviewed Approve suggested edit on Canvas not showing
May
2
reviewed Approve suggested edit on Read a file, skip unwanted lines & add into a List
1 2 3 4 5