Bug 29292

Summary: [patch] addition to burncd(8) for specific handling of .wav files
Product: Base System Reporter: yshd
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description yshd 2001-07-29 07:00:01 UTC
Although burncd(8) treats all audio image files as a raw file, this change enable it to deal with wav file.

Fix: Apply this patch.
This patch add -w option to burncd(8).
When -w option is specified, an audio image file
is dealt with as a RIFF wav file.
Neither the case where this option is not specified,
nor the handling of a data image changes with the former.
How-To-Repeat: # burncd audio file.wav fixate

In the original burncd(8), since a RIFF WAV header is also
written in together, it becomes a noise and will be 
written in a disc.
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-07-29 07:05:45 UTC
Responsible Changed
From-To: freebsd-bugs->sos

Soren wrote burncd
Comment 2 Søren Schmidt freebsd_committer freebsd_triage 2001-09-06 09:57:04 UTC
State Changed
From-To: open->analyzed

Hmm, I like the Unix way of things better, ie such a conversion 
tool should be a util of its own, then you just use the right 
combination of utils and you get the job done. This way we 
will have .wav reader code in lots of programs, instead of 
just in one.
Comment 3 Søren Schmidt freebsd_committer freebsd_triage 2003-05-04 11:10:50 UTC
State Changed
From-To: analyzed->suspended

As said this should be kept out of burncd.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-05-11 22:43:33 UTC
Responsible Changed
From-To: sos->freebsd-bugs

sos@ is not actively working on ATA-related PRs.
Comment 5 Alexander Best freebsd_committer freebsd_triage 2011-02-17 13:23:43 UTC
State Changed
From-To: suspended->closed

Burncd(1) perfectly handles raw wave files. It is not intended to provide 
funcionality to strip away wave headers. Thus close this PR.