Displaying 20 results from an estimated 600 matches similar to: "WAVE Format info"
2001 Aug 26
4
On the "broken" .WAV files issue
A friend of mine recently had a problem with a "broken" .WAV file
(as you call them) because oggenc first printed out a warning and
then didn't accept the file because of a "unexpected EOF error".
Because I was interested in the issue, I decided to take a look at
the oggenc source, and in fact, it is your .WAV reader that's wrong.
More precisely: there are two version
2004 Sep 10
3
ACM work
Hi (again),
I started to work on an ACM (Audio Compression Manager) for FLAC. I
currently only have the canvas. The encoding/decoding is not done yet.
So it's completely useless. But since the canvas is the harder thing to
start, here it is. (just in case I don't have time to continue)
http://mukoli.free.fr/flac-ACM.v0.1.0.zip
2014 Dec 15
2
[PATCH] for flac/decode.c
On Dec 14, 2014, at 10:02 AM, lvqcl <lvqcl.mail at gmail.com> wrote:
> Currently the header of a decoded WAV file can be different to the
> original WAV file because FLAC doesn't preserve 'fmt ' chunk.
>
> For example: create a 24-bit stereo .wav file with WAVEFORMATEXTENSIBLE
> header with channel mask == 3. Encode it to .flac then decode back to .wav.
> FLAC
2014 Dec 13
3
[PATCH] for flac/decode.c
The commit http://git.xiph.org/?p=flac.git;a=commitdiff;h=99257e177eac96fa41a107b423080232f59ebe45
also requires some changes in write_iff_headers() function:
currently flac don't write WAVEFORMATEXTENSIBLE header if
decoder_session->channel_mask is equal to 0, 1 or 3.
After the commit 99257e17 flac should do this for channel_mask
equal to 0, 4 or 3.
The patch fixes this.
2014 Dec 14
3
[PATCH] for flac/decode.c
On Sun, 14 Dec 2014 01:14:16 -0800
Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> > --------------------------
> > Also, I have a question.
> >
> > Currently flac complains about 24-bit .wav files if they have
> > old WAVEFORMATEX header and not 'proper' WAVEFORMATEXTENSIBLE
> > header. However it writes such files itself.
> >
>
2004 Sep 10
2
Re: FLAC format
Hi,
>That's what I wanted to say a month ago.
Mr. Blum, I'm really sorry for misunderstanding you. My mistake. I choose an
ACM codec because it's the only option that works on every Windows Platform,
and since the DirectShow has a generic wrapper that allows it to use ACM
codecs, it appeared a good idea. I didn't note that the file format was
going to be a problem. But I think
2004 Sep 10
1
ACM codec
Hi Ingo,
>It is just a WAVEFORMATEX with a GUID in it. For the ACM system it is just
a format with the id >WAVE_FORMAT_EXTENSIBLE and since ACM drivers are not
registered by wFormatTag it should be working. >For testing purposes I've
written a Vorbis ACM driver, that uses a WAVEFORMATEXTENSIBLE and I
experienced >a problem when opening files with Media Player. It spend quite
some
2004 Sep 10
3
FLAC format
HI Josh,
I'm starting now to compile the ACM codec. I don't know how long it will
take, since I do it in my free time, but I guess it will not take to long.
About Mark Powell's comment, with an ACM codec there will be a lot of
Windows GUIs for FLAC.
I'm writing this message to talk about the FLAC format. The GUIs for the
Audio Codec Manager, including Winamp and Windows Media
2015 Jul 15
1
WAVEFORMATEXTENSIBLE_CHANNEL_MASK is not described
lvqcl wrote:
...
> From FLAC 1.2.1 documentation:
>
> 0000-0111 : (number of independent channels)-1. Where defined, the channel
> order follows SMPTE/ITU-R recommendations. The assignments are as follows:
> 1 channel: mono
> 2 channels: left, right
> 3 channels: left, right, center
> 4 channels: left, right, back left, back right
> 5 channels: left, right, center,
2004 Sep 10
1
ACM work
Yep, that's the bad news, you need an ID from Microsoft to make sure
this ID is only used for FLAC. But since it's a 16 bits value, you can
probably put anything randomly (only few are reserved). And I don't
think it's illegal to use a number like that.
Ingo Ralf Blum wrote:
>>WAVEFORMATEX
>>yes, that's the way to know what the codec does.
>>But no
2015 Jul 15
4
WAVEFORMATEXTENSIBLE_CHANNEL_MASK is not described
lvqcl wrote:
> Martin Leese wrote:
>> Note that the channel order may not be defined.
>
> IMHO it doesn't matter in this place of documentation (which describes
> default channel assignments for FLAC).
Your proposed wording was:
0000-0111 : (number of independent channels)-1. The channel order
follows SMPTE/ITU-R recommendations. The assignments are as follows:
The
2004 Aug 06
1
ACM Format Tag for Speex Audio
I have arranged for an official Speex ACM format tag from Microsoft (see below). Feel free to use this in any ACM codec work.
Keith Looney
________________________________________________
Keith Looney
Senior Software Engineer
On2 Technologies, Inc. The Duck Corporation
<p><p>-----Original Message-----
From: Bill Schiefelbein [mailto:billsch@windows.microsoft.com]
Sent: Wednesday,
2004 Aug 06
1
ACM Format Tag for Speex Audio
Hi,
As a potential user of the Speex ACMs and DirectShow filters to come I am also
curious about how many ACM codecs for Speex there are under development right now.
Also, the WAVEFORMATEX structure must be planned so that it is extensible, with
backward-compatibility, without having to ring back Microsoft for further
WAVE_FORMAT tags. For instance, it is a good idea to put a flexible sub-format
2013 Jan 24
1
[PATCH 35/35] x86: Don't panic if can not alloc buffer for swiotlb
Normal boot path on system with iommu support:
swiotlb buffer will be allocated early at first and then try to initialize
iommu, if iommu for intel or AMD could setup properly, swiotlb buffer
will be freed.
The early allocating is with bootmem, and could panic when we try to use
kdump with buffer above 4G only, or with memmap to limit mem under 4G.
for example: memmap=4095M$1M to remove memory
2013 Jan 24
1
[PATCH 35/35] x86: Don't panic if can not alloc buffer for swiotlb
Normal boot path on system with iommu support:
swiotlb buffer will be allocated early at first and then try to initialize
iommu, if iommu for intel or AMD could setup properly, swiotlb buffer
will be freed.
The early allocating is with bootmem, and could panic when we try to use
kdump with buffer above 4G only, or with memmap to limit mem under 4G.
for example: memmap=4095M$1M to remove memory
2006 Nov 27
2
Reading wave files
is there a global approach for reading wave files and feeding them to the
encoder?
thanks!
Jonny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061124/aef2c336/attachment.html
2016 Jun 02
0
[RFC v3 20/45] xen: dma-mapping: Use unsigned long for dma_attrs
Split out subsystem specific changes for easier reviews. This will be
squashed with main commit.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski at samsung.com>
---
drivers/xen/swiotlb-xen.c | 14 +++++++-------
include/xen/swiotlb-xen.h | 12 ++++++------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/drivers/xen/swiotlb-xen.c b/drivers/xen/swiotlb-xen.c
index
2013 Dec 09
1
[PATCH] xen/arm64: do not call the swiotlb functions twice
On arm64 the dma_map_ops implementation is based on the swiotlb.
swiotlb-xen, used by default in dom0 on Xen, is also based on the
swiotlb.
Avoid calling into the default arm64 dma_map_ops functions from
xen_dma_map_page, xen_dma_unmap_page, xen_dma_sync_single_for_cpu, and
xen_dma_sync_single_for_device otherwise we end up calling into the
swiotlb twice.
When arm64 gets a non-swiotlb based
2018 Jul 30
1
[RFC 1/4] virtio: Define virtio_direct_dma_ops structure
> +/*
> + * Virtio direct mapping DMA API operations structure
> + *
> + * This defines DMA API structure for all virtio devices which would not
> + * either bring in their own DMA OPS from architecture or they would not
> + * like to use architecture specific IOMMU based DMA OPS because QEMU
> + * expects GPA instead of an IOVA in absence of VIRTIO_F_IOMMU_PLATFORM.
> + */
2007 Nov 04
3
WaveIn/WaveOut and Speex
Hello,
I know my question has been asked before because I spent the last week
searching the web for how to use Speex in combination with
WaveIn/WaveOut and I ran into a few posts, but none of them answer the
question. There is still a lot of confusion how to use WaveIn/WaveOut
and Speex by junior developers such as myself. Even after examining code
for SpeexDec and SpeexEnc, I cannot get clear