How to add/remove a “beep” sound once a barcode is found?
Version 10
This feature is controlled by the Dynamsoft Camera Enhancer
module.
Dynamsoft.DCE.Feedback.beep();
NOTE: - Check the class Feedback for more details.
Version 9
This feature is controlled using the whenToPlaySoundforSuccessfulRead property. To enable the feature, set the property to either frame or unique. To disable the feature, set it to never.
This feature is disabled by default.