Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
How to build the package by Arduino
-
Re: Recorder_WAV -- Multiple Recordings
Hi,
I also meet this error, is there any update about it or the guide about how to do it by Arduino? -
Hi, @denko-2
Thank you for using the forum for your technical questions.
I'll analyse your question and get back to you as soon as possible -
I looked at your code in the other thread https://forum.developer.sony.com/topic/986/custom-data-capture-by-pdm-microphone
And in this part of the code:
if (atprm->error_code >= AS_ATTENTION_CODE_WARNING) { ErrEnd = true; } }
if you change >=AS_ATTENTION_CODE_WARNING
to just >AS_ATTENTION_CODE_WARNING it should have the same effect as the temporary solution KamilTomaszewski described in the last post of Recorder_WAV -- Multiple Recordings topic.