-
Notifications
You must be signed in to change notification settings - Fork 5
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
ST track playing slow #22
Comments
Hmm.
The SNDH format documentation is clear on the matter of defaulting to 50 Hz: Lines 82 to 83 in f44740e
It’s relatively easy to fixup an SNDH header, as explained in the disassembly section of the README file, if you’d like to give it a try by adding a presumably missing
|
For me, there is a TC200 in the file. But it's after the ##1, so maybe psgplay ignores it?
Trying my own tooling...
Luckily I made the script output what it finds, and there is TC200 there:
But the script hangs while reading the header. There should be an "end of header". So there is clearly something bad with the file. |
Arbitrary tag ordering is accepted, except that PSG play expects the
PSG play infers that the tags are bounded by the branch targets, Lines 314 to 316 in f44740e
so no tags beyond
Yeah. :-) |
By the way, the SNDH archive v4.8 release contains approximately 439 tag errors and 3113 tag warnings, of which 1486 relate to the missing
|
I think old SNDH format did not have an HDNS trailer. The address of init was the end. |
That’d be good. Here’s a summary of tag warnings, ordered by frequency by
Likewise for tag errors:
Listing all tag warnings and errors per file by
|
This track is playing too slow:
https://sndh.atari.org/?ID=1441
I am speculating that it's because of the 200Hz?
Checked with command line: same problem.
The text was updated successfully, but these errors were encountered: