semack / ZxTape2Wav.Net

Converter of .TAP/.TZX files (a ZX-Spectrum emulator data format) into .WAV sound files
https://github.com/semack/ZxTape2Wave.Net
Apache License 2.0
3 stars 1 forks source link

Error #1

Open mvbhz opened 2 days ago

mvbhz commented 2 days ago

Despite correct formatting I get:

Error: Format string can only be "G", "g", "X", "x", "F", "f", "D" or "d".

mnmnk43434 commented 2 days ago

Hello, we tried to solve the issue.

This is what we did:

Modified the WriteHeaderAsync method to use correct format specifiers for writing integer values to the binary writer.

You can review changes in this commit: https://github.com/mnmnk43434/semack-ZxTape2Wav.Net-1/commit/fc9767a92f6d52c531936d26d2323d26cb8238e5.

[!CAUTION] Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.


If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.