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
Hi ,
I am trying to get a wav file information but Sndfile is unable to read file with special characters in path and file name(查找問題daw.wav) , i am unable to get information in any way i mentioned in the code , i tried passing file path to Sndfile with diferent encoding to but didnt work , but if i pass this 'C:\Users\Furqan\Desktop\test\DAW\1.wav' it works fine ,
Help me !
Thanks is advance
It should work whenever the locale codepage is able to encode the unicode characters in the filename. But that would be a limitation on what the system is able to do. using the unicode string (or decode it as unicode if it is bytes provided that we know the original encoding) and pass it to the wchar_t function should be the way in windows.
Hi ,
I am trying to get a wav file information but Sndfile is unable to read file with special characters in path and file name(查找問題daw.wav) , i am unable to get information in any way i mentioned in the code , i tried passing file path to Sndfile with diferent encoding to but didnt work , but if i pass this 'C:\Users\Furqan\Desktop\test\DAW\1.wav' it works fine ,
Help me !
Thanks is advance
My Code is
-- coding: UTF-8 --
The text was updated successfully, but these errors were encountered: