How can I enable the sound?
dahiandrea opened this issue · 2 comments
dahiandrea commented
When I scanned something I want to hear the sound beep. Thank you :)
culoi commented
Hello @dahiandrea
If you want sound to be played after the scanning process ends:
intent.putExtra(Pdf417ScanActivity.EXTRAS_BEEP_RESOURCE, R.raw.beep);
Or you can optionally put here the resource ID of your sound file.
Regards
culoi commented
Hi @dahiandrea
Please let us know if you need additional assistance.
If this solution help you, please close the issue.
Regards