-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiofile writing binary file .wav on windows issue #22
Comments
wood-j
changed the title
writing binary file on windows
aiofile writing binary file .wav on windows issue
Aug 16, 2019
Here is a short test code:
|
There is a general problem with binary files write on Windows |
It was not my fix, but I'm happy to help even by pointing things out :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am using it to writing an wav file from iternet async with aiohttp. It works fine on linux, but downloaded audio sounds weird on windows.
When I change write to file code with internal open method, the audio file download turn out be fine.
Downloaded audio file info:
AIOFile:
open:
By the way, I am using manjaro18 linux system and windows10 ltsb2016 and both python3 latest version 3.7.3
The text was updated successfully, but these errors were encountered: