Closed drunkenQCat closed 10 months ago
Hi and thanks for your detailed feedback!
These files having extra information in their header shouldn't cause any issue.
According to the log, it looks like there's an encoding issue within the file you produced.
Could you please upload it using a 3rd party host (e.g. dropbox, mega) so that I can test it myself?
If you don't want to post it here you can send it to me using [my github username] at (hotmail) dot com
sure, I've uploaded it on google drive and sent the link by email. thx for your concerning.
Got it, thanks. Looks like I didn't anticipate iXML chunks to be padded with 0xFF
bytes. Everything work fine now~
Fix is available in today's v5.17.
Please close the issue if it's OK on your side.
Marvelous~ it just works! sincerely thank you!
The problem
I recorded some wav file with Zoom h3 vr, When I want to edit its metadata, I found that nothing happened. So I tried to debug the code, I found that in file saving process, the stream of file thrown such Excption:
Handle = “((System.IO.FileStream)stream).Handle”caused Exception type “System.ObjectDisposedException”
Environment
Details
If necessary, describe the problem you have been experiencing in more detail. here is a file head of the ambisonics file:ambisonics file head.txt
Don't forget to include ATL.Logging.Log and/or console output ATL_LOG.log
Code To Reproduce Issue [ Good To Have ]
Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.