Skip to content
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

Noise instead of sound in many wav files #10

Open
me2beats opened this issue Oct 8, 2021 · 4 comments
Open

Noise instead of sound in many wav files #10

me2beats opened this issue Oct 8, 2021 · 4 comments

Comments

@me2beats
Copy link

me2beats commented Oct 8, 2021

This wav file https://drive.google.com/file/d/1sSCpvA-5a7nL2PV8vW3Yo08jo_GNiZ6_/view?usp=sharing
and many others generate noise instead of actual sound when using loadfile(). Could someone check it?

@me2beats me2beats changed the title Noise instead o sound in many wav files Noise instead of sound in many wav files Oct 8, 2021
@me2beats
Copy link
Author

me2beats commented Oct 8, 2021

RIFF OK at bytes 0-3
WAVE OK at bytes 8-11
fmt OK at bytes 12-15
Format subchunk size: 16
Format: 1 16_BITS
Number of channels: 2
Sample rate: 44100
Byte rate: 264600
BitsPerSample * Channel / 8: 6
Bits per sample: 24
Audio data/stream size is 176400 bytes
Audio data starts at byte 44

@Gianclgar
Copy link
Owner

Pending to check if #13 fixed this, please confirm!

@me2beats
Copy link
Author

me2beats commented Jun 3, 2022

thanks! that file (#10 (comment)) sounds right on my system.
And I can't hear noise in other files but

  1. I can't here some files for example
    https://drive.google.com/file/d/15bF8wStirBZR0x8wT2Rdr5OMPYpcT0G2/view?usp=sharing
    https://drive.google.com/file/d/1vCU37n0Cj4u4aHTMHGD0BQEPgX-wLDzM/view?usp=sharing

  2. some audio has wrong length? for example
    https://drive.google.com/file/d/1ecFfuiWBDRFtRcokDBllB_MbawFaiqRP/view?usp=sharing
    https://drive.google.com/file/d/1q1YhX6wfVfO4ffdG_Mf_en9epuPYvGQH/view?usp=sharing

should I create a new issue?

UPD:
I thought https://drive.google.com/file/d/1bg8UoU4KzMsmmYC2hvJyHa9EPUepwQm8/view?usp=sharing
has a problem [1], but it simply has file extension capitalized
So this is #15 (if it's an issue)
BUT:)
It has the problem [2] (the sound has wrong length, it is played about 2 seconds, but should be played about 5 seconds)

@me2beats
Copy link
Author

me2beats commented Jun 3, 2022

Actually I found a file that makes noise but it seems it's corrupted
It sounds fine in Reaper, but in Godot it has noise even when I have it in res//: and play from the Godot editor
https://drive.google.com/file/d/1dGZdn8K-m_Kd7xGqREMRa0Y7zl8xRmVP/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants