Post your progress for the day 7/6/20

Comments

  1. I finally figured out what causes my audio problem. When switching from low to high frequency, the period decreases. My count from the longer period was then (most of the time) set above the threshold needed to hit the new "maximum" and reset itself to 0, so it just kept counting up. It was a 31:0 (32-bit) value so it just kept counting up to the billions. I changed it to 13:0 (14-bit) so it resets fairly quickly if it counts over. With just a flip of two characters, I solved the problem I've been dealing with for days!

    ReplyDelete
  2. I went back chapter 8 and tried to figure out how to output a record of my voice. I had to recall how to run a python script through the command prompt.

    ReplyDelete

Post a Comment