Displaying 7 results from an estimated 7 matches for "wavfiles".
Did you mean:
wavfile
2006 Sep 11
4
encode, decode and encode again
(I've already posted this message month ago, but nobody answered, may be
it was not delivered to newsgroup?)
Hello, All.
I wrote an encoder-decoder based on example from OGG-Vorbis SDK.
This encoder can encode a large amount of small WAV-files with equal
parameters into one sound archive.
Then I decode this sound archive back into large amount of small
WAV-files.
Theese files are
2006 Apr 22
1
2 questions on flac files with internal cue sheet.
Hi,
I made backup-copies of several CDs.
First I used eac (exactaudiocopy) for exact ripping to a single wav-file with
cue sheet.
Then I used
flac --cuesheet=<cuefile> <wavfile>
to get a flac file with internal cue sheet.
I am on a linux system. eac is running in a vmware-windows (actually, eac is
the only reason that I have a windows version running).
At this point I have two
2015 Feb 19
0
[PATCH] oggenc: validate count of channels in the header
... in order to prevent a division by zero (CVE-2014-9638) and integer
overflow (CVE-2014-9639).
Bug: https://trac.xiph.org/ticket/2136
Bug: https://trac.xiph.org/ticket/2137
---
oggenc/audio.c | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/oggenc/audio.c b/oggenc/audio.c
index 477da8c..1167f1b 100644
--- a/oggenc/audio.c
+++ b/oggenc/audio.c
@@ -13,6
2014 Mar 07
0
Wine release 1.7.14
The Wine development release 1.7.14 is now available.
What's new in this release (see below for details):
- More Task Scheduler support.
- Improvements for AVI encoding support.
- More VisualBasic interfaces in MSXML.
- Support for deflate content encoding in Wininet.
- Some fixes for monochrome printers.
- Various bug fixes.
The source is available from the following locations:
2005 Oct 11
1
migrated to new ver on voip connection vs1 server voicemail problems
I migrated to a new version of the voip connection vs1 server software
and I am now getting these errors when I try to call my voicemail. Any
thoughts? The files are there, so I don't get it.
Oct 11 19:57:26 WARNING[6587]: format_wav.c:140 check_header: Not a wav
file 49
Oct 11 19:57:26 WARNING[6587]: file.c:418 ast_filehelper: Unable to open
fd on
2007 Apr 10
3
Converting to 1.1.4, help please!
I found this:
>I would add -V and log all output to a file. also, someone has
>reported that if the input FLAC file has errors and you use --force,
>the transcoded file will only have data up to the error, and I still
>have to look into this. so safer still would be>>
>
>... -exec sh -c 'flac -t {} && flac -8V {}' \; ...
>
>Josh
>
I wish I
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...terisk box B acting as EuroISDN master.
I'm performing some load tests by contiously feeding up to concurrent 30
call files to /var/spool/asterisk/outgoing/ on box A
which inititate via a dialplan context/extension a outbound call
(redirected via chan_local) to box b
playing some preexisting wavfiles followed by hangup.
I see a memory growth for the asterisk process from 39M VIRT / 11M RES to
179M VIRT / 22M RES after 1000 completed calls.
The box B acepting/recording the calls doesnt show such a memory growth
over time.
Are there known issues about call files / memory growth in asterisk 1...