This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| prevSample: int | |
| currentPeak: int | |
| currentPeakID: int | |
| lastPeakID: int | |
| detectedWidths: []int | |
| for i,sample in samples { | |
| if sample => 0 && prevSample <= 0 || | |
| sample =< 0 && prevSample >= 0 { | |
| // noise reduction shit by checkign the difference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"name":"Stealth Hog"}, | |
| {"name": "Sniper"}, | |
| {"name": "Tool for the Job"}, | |
| {"name": "Don't Make 'Em Like They Used To"}, | |
| {"name": "Pops' Apprentice"}, | |
| {"name": "Pugachev Would Be Proud"}, | |
| {"name": "Hoisted"}, | |
| {"name": "Half Court"}, | |
| {"name": "Baby Steps"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #1: I play better drunk | |
| #2: I've had quotes on since day one | |
| #3: I purposely misspelled that. | |
| #4: The only downside is well ... death | |
| #5: It's not as broken as i thought it would be | |
| #6: I broke things, things are broken now. | |
| #7: Let's see how it breaks! | |
| #8: This will just break this one thing. | |
| #9: It's not as broken as it ought to be | |
| #10: I hate math, that's why i have computers do it for me! |