[Enhancement]: Support for WAV format #401

Closed
opened 2026-04-24 23:07:53 +02:00 by adam · 3 comments
Owner

Originally created by @rosystain on GitHub (May 31, 2022).

Describe the feature/enhancement

I have some files in WAV format, some of them can be scanned, but Audiobookshelf can't stream them unless I rename WAV as MP3 simply without transcoding.The only action I can do with them is the botton of download.
There are also some files can‘t be scanned, the log tell me there is no audio track in my folders. I cannot figure out the difference with these two situations.
Perhaps WAV is not supported yet.

Since WAV cannot be embedded with ID3 tags, it would be very nice if OPF works great with files in WAV format.

Originally created by @rosystain on GitHub (May 31, 2022). ### Describe the feature/enhancement I have some files in WAV format, some of them can be scanned, but Audiobookshelf can't stream them unless I rename WAV as MP3 simply without transcoding.The only action I can do with them is the botton of download. There are also some files can‘t be scanned, the log tell me there is no audio track in my folders. I cannot figure out the difference with these two situations. Perhaps WAV is not supported yet. Since WAV cannot be embedded with ID3 tags, it would be very nice if OPF works great with files in WAV format.
adam added the enhancement label 2026-04-24 23:07:53 +02:00
adam closed this issue 2026-04-24 23:07:53 +02:00
Author
Owner

@Jdiesel87 commented on GitHub (May 31, 2022):

I know space is cheap, relatively speaking, these days but how many people are storing audiobooks in WAV format? Almost every book I have encountered has been in highly compressed in a lossy format. A 16bit WAV file averages about 10Mb per minute. Even with 8bit WAVs you are looking at a very large file.

@Jdiesel87 commented on GitHub (May 31, 2022): I know space is cheap, relatively speaking, these days but how many people are storing audiobooks in WAV format? Almost every book I have encountered has been in highly compressed in a lossy format. A 16bit WAV file averages about 10Mb per minute. Even with 8bit WAVs you are looking at a very large file.
Author
Owner

@advplyr commented on GitHub (Jun 1, 2022):

The scanner was not setup to pull in wav files as audio tracks, so what you were seeing was the wav file pulled in as a regular library file which wouldn't be playable. Support will be in the next release.

An 8 hour audiobook as a wav file would be almost 5GB, and 8 hours is a short audiobook.

@advplyr commented on GitHub (Jun 1, 2022): The scanner was not setup to pull in wav files as audio tracks, so what you were seeing was the wav file pulled in as a regular library file which wouldn't be playable. Support will be in the next release. An 8 hour audiobook as a wav file would be almost 5GB, and 8 hours is a short audiobook.
Author
Owner

@advplyr commented on GitHub (Jun 5, 2022):

Added in v2.0.19

@advplyr commented on GitHub (Jun 5, 2022): Added in [v2.0.19](https://github.com/advplyr/audiobookshelf/releases/tag/v2.0.19)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#401