How to save an audio file recorded using hololens to the local app folder?
Annamalai Gnanapoongkothai
1
Reputation point
Hello, I face an UnauthorisedAccessException error while trying to save an audio wav file to the local app folder, recorded using the hololens, using the Application.persistentDataPath. I get the Access denied to U:\ error. I have enabled the restricted capability for enterprise authentication also. But it does not seem to resolve the issue. Can you guide me on how to get this working? I understand that the filepicker api is used to save the files using the user interaction. Is there a way to use it to save the files programmatically? Thanks in advance!
Sign in to answer