You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using svcSleepThread(1000000000); seems to work but now i (obviously) have a sleep for a second. What could be an optimal value?
EDIT: Not related to the issue: Is it possible to change how mic works to use memory allocated with linearMemAlign? Using memalign seems to produce a buffer which can't be directly reproduced with csnd:SND so i have to waste clock cycles to do a memcpy to a buffer allocated with linearAlloc after recording.
Seems first mute second is still here with microphone. This is the code i'm using that gives that problem: http://pastebin.com/58biXMur
The text was updated successfully, but these errors were encountered: