View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001209 | OpenMPT | Feature Request | public | 2019-03-01 19:39 | 2019-03-11 18:04 |
Reporter | harbinger | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | no change required | ||
Platform | x64 | OS | Windows | OS Version | 7 |
Product Version | OpenMPT 1.28.03.00 / libopenmpt 0.4.3 (upgrade first) | ||||
Summary | 0001209: Write lossless audio files which ignore silent regions | ||||
Description | I use Audacity to do final mixdowns, and one of the nice things to help cut the HD footprint is that some audio segments (those at Amplitude 0) are not stored in memory (well, if you trim them out). I'm guessing that Audacity's format, instead of storing all the samples which equal 0, instead store the TIME when an audio segment would be placed. I would love to see ModPlug store such segments, so that a lot of my hard drive or thumbdrive memory isn't wasted recording silent data. Ideally, i'd like to be able to open this audio file directly in Audacity. | ||||
Tags | No tags attached. | ||||
Has the bug occurred in previous versions? | |||||
Tested code revision (in case you know it) | |||||
If you use the FLAC format for export, silent segments will already be compressed to next to nothing. For example, a WAV sample full of silence that would occupy 100 megabytes on disk will only take a few hundred kilobytes in FLAC format. OpenMPT already supports exporting to FLAC format, and Audacity can import FLAC samples just fine. FLAC can do everything WAV can do, except for 32-bit floating-point export. Apart form that, it would be new to me that you can specify silence the way you imagine in any of the lossless formats that OpenMPT supports. Hence there is no way OpenMPT could do what you want it to do, as we cannot just invent an extension and then hope that Audacity adapts it. Adding support for Audacity project files would be way out of scope. |
|
If you are concerned about wasted disk space, you can use FLAC format, which will losslessly compress the audio. In particular, digital silence will consume almost no disk space in FLAC. Note that you would be limited to integer PCM and you will not be able to use float PCM with FLAC, which might or might not be a problem in your use case. Regarding automatically detecting digital silence and skipping such parts in the lossless output format, OpenMPT currently supports no format that would actually support such a feature. I know of only one single format that inherently supports trimming digital silence, and that would be OggPCM. This format however is not widely used at all, even Audacity does not support it. Having said that, it would theoretically possible to write PCM audio files with filesystem-level holes in them for parts with digital silence (which would avoid wasting disk space on NTFS file systems (but not on FAT)). I doubt the required engineering is worth the effort, though. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-01 19:39 | harbinger | New Issue | |
2019-03-01 20:43 | Saga Musix | Status | new => closed |
2019-03-01 20:43 | Saga Musix | Resolution | open => no change required |
2019-03-01 20:43 | Saga Musix | Note Added: 0003879 | |
2019-03-01 20:49 | manx | Note Added: 0003880 | |
2019-03-01 20:50 | manx | Relationship added | related to 0000766 |
2019-03-11 18:04 | Saga Musix | Relationship added | has duplicate 0001215 |