search for: wavfil

Displaying 7 results from an estimated 7 matches for "wavfil".

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 questions: 1) I want to produce track-wise vorbis- and mp3-files from the flac file. I a...
2015 Feb 19
0
[PATCH] oggenc: validate count of channels in the header
...+ { + fprintf(stderr, _("Warning: Unsupported count of channels in AIFF header\n")); + return 0; + } + aiff->bigendian = 1; if(aifc) @@ -416,6 +424,7 @@ int wav_open(FILE *in, oe_enc_opt *opt, unsigned char *oldbuf, int buflen) wav_fmt format; wavfile *wav = malloc(sizeof(wavfile)); int i; + long channels; /* Ok. At this point, we know we have a WAV file. Now we have to detect * whether we support the subtype, and we have to find the actual data @@ -453,12 +462,18 @@ int wav_open(FILE *in, oe_enc_opt *opt, unsigned char *ol...
2014 Mar 07
0
Wine release 1.7.14
...3dx9: Support skipping mip levels in D3DXCreateTextureFromFileInMemoryEx. d3dx9: Free string data. wined3d: Free CS data on CS destruction. Michael Stefaniuc (8): qedit: Use the generic IEnumPin implementation for SampleGrabber. avifil32: Basic COM cleanup for IAVIFile from WAVFile. avifil32: Unconditionally support IAVIStream in WAVFile. avifil32: Support COM aggregation in WAVFile. avifil32/tests: Add WAVFile COM tests. avifil32: Merge IPersistFile into the WAVFile object. avifil32: Merge IAVIStream into the WAVFile object. avifil32: Avo...
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...