Hi, check the x728pld.py file, try to comment out the following python code:

      GPIO.output(BUZZER_PIN, 1)
       time.sleep(0.1)
       GPIO.output(BUZZER_PIN, 0)
       time.sleep(0.1)