Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Strip_silence | Description: | Strips or adds silence to and from WAV files. | Download: | strip_silence.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 10kb | Date: | 31 Mar 2009 | Author: | Halley's Comet Software, AmigaOS 4.x compile by Spot / Up Rough | Submitter: | Spot / Up Rough | Email: | spotup/gmail com | Category: | audio/rip | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 4693 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 282 (Current version) | | 282 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
strip_silence and strip_wav
strip_silence 0.1 removes silence at the end of .wav files, and prints a
command
to re-add the silence (with the included add_silence). It's intended for use
with
44100 Hz 16-bit stereo PCM files, such as CD Audio. A nice feature is that it
leaves a little silence at the end (1 second by default).
This can be used to strip trailing silence from odd files, but retain the
ability
to re-add it and get the original file back.
strip_wav 0.1 is useful in some situations where strip_silence isn't, such as
when the silence at the end of the file isn't entirely zeroes. It strips a
number
of bytes from the end of a .wav, by default 10 seconds worth of 44100 Hz 16-bit
stereo PCM, regardless of whether they are perfectly silent. It also prints a
command to restore the file; if the stripped bytes were all zero the command is
add_silence (included), otherwise it backs up the original file and prints a
copy
command.
|