|
|
|
|
|
by 8chanAnon
1099 days ago
|
|
>hacks and approximations
Otherwise known as "heuristics". Otherwise known as "making a damn good guess".
You don't always need precise math to get something done. I once wrote a program to estimate the average volume level in a WAV file. It was just a process of taking samples at different points in the file and then making a good guess. I compared with another program which used complex math to estimate the average volume. Neither approach achieved 100% accuracy. Maybe 80% overall. |
|