Using two timer libraries that are interfering with each other

You shouldn't need a timer library for the buzzer and LED flashing. Just use 'millis()'-based timing, as shown in "BlinkWithoutDelay" and Demonstration code for several things at the same time

Then, besides getting rid of your problem, you'll learn some very useful techniques. Techniques that using libraries won't teach you.