AIMP Forum

AIMP for Windows => Вопросы / Questions => Topic started by: Gruko on February 11, 2021, 15:50:15

Title: [x] Specific wav format
Post by: Gruko on February 11, 2021, 15:50:15
Aimp is unable to play some wav files (attached).

Is this wav format unsupported?
Title: Re: Specific wav format
Post by: sveakul on February 12, 2021, 00:29:13
I tried a couple of them (apply.wav and testing.wav) and they "play" (just a bunch of odd sounds apparently) just fine here--AIMP 4.70 Build 2239, Windows 10 v2004.  MediaInfo shot attached.
Title: Re: Specific wav format
Post by: Soolo on February 12, 2021, 08:30:12
Code: [Select]
File: D:\000\testing.wav
Code: 1 (00000001)
Message: OpenMPT module

AIMP v4.70, build 2242
Title: Re: Specific wav format
Post by: Gruko on February 12, 2021, 14:31:57
I have the following error:

(https://i.postimg.cc/C1MxzyJR/Image-1.jpg)

AIMP 4.70 build 2242

Windows 10 64bit
Title: Re: Specific wav format
Post by: Black_AVP on February 12, 2021, 18:11:37
Похоже, декодер не поддерживает разрядность 8 бит. Если файлы преобразовать в 16 бит, АИМП их воспроизводит.
Title: Re: Specific wav format
Post by: sveakul on February 12, 2021, 20:09:17
@Gruko:  the 8-bit files play here with NO error messages, but they are just "funny noises"--was there supposed to be some other content?
Title: Re: Specific wav format
Post by: Artem on February 12, 2021, 21:41:34
8-bit samples must be played correctly (both signed and unsigned samples are supported too).
I have send these files to author of the decoding library for an analysis. Will wait for the answer.
Title: Re: Specific wav format
Post by: Gruko on February 12, 2021, 23:20:27
@sveakul: Thanks so much for the answer, but on my system I have the same error with the 2239 build too.
Title: Re: Specific wav format
Post by: sveakul on February 13, 2021, 03:29:57
OK, I think I found the issue with this.  I usually run a newer development version of bass.dll with AIMP by personal choice.  I tried replacing it with the version of bass.dll supplied by AIMP, 2.4.15.10, and this does indeed produce the error message and failure to play the wav's.  The version of bass.dll I am currently using is 2.4.15.29, which produces no error and it plays.  The un4seen developer must have made a change between versions that now facilitates these type of wav's.

Try replacing bass.dll with this one and it will work--extract bass.dll from the zip downloadable here:
www.un4seen.com/stuff/bass.zip (http://www.un4seen.com/stuff/bass.zip)
Title: Re: Specific wav format
Post by: Artem on February 13, 2021, 10:59:46
OK, I think I found the issue with this.  I usually run a newer development version of bass.dll with AIMP by personal choice.  I tried replacing it with the version of bass.dll supplied by AIMP, 2.4.15.10, and this does indeed produce the error message and failure to play the wav's.  The version of bass.dll I am currently using is 2.4.15.29, which produces no error and it plays.  The un4seen developer must have made a change between versions that now facilitates these type of wav's.

Try replacing bass.dll with this one and it will work--extract bass.dll from the zip downloadable here:
www.un4seen.com/stuff/bass.zip (http://www.un4seen.com/stuff/bass.zip)

Oh, seems the issue is already fixed. Thank you.