search for: wav_read

Displaying 4 results from an estimated 4 matches for "wav_read".

Did you mean: ov_read
2010 Aug 03
1
Garbled messages - format_wav_gsm.c:414 wav_read: Short read (60) (No such file or directory)!
...e out moments of a voice or another sound that may be in the actual message, though it's far too diluted with garbling and chirps to detect any words or phrases. When running asterisk -r, I will get a message on the console after the system completes playback of the file: format_wav_gsm.c:414 wav_read: Short read (60) (No such file or directory)! I am running under a linux virtual server, and here is the output of "core show version": Asterisk SVN-trunk-r161350 built by root @ ast01 on a x86_64 running Linux on 2008-12-05 17:31:32 UTC I am attempting to listen to the messages from...
2015 Jun 08
1
Problem asterisk voicemail message records
Hello! I've got a little problem with Asterisk (11.14.1), the voicemessages are kinda limited to 40 seconds (average) aproximately; because when a message reach this long I got a cut in the file (*.wav) after I got this message: WARNING[15035][C-000021ef]: format_wav_gsm.c:418 wav_read: Short read (20) (Resource temporarily unavailable)! Does anyone got this problem, any idea of what is happening? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150608/27193f62/attachment.h...
2002 Dec 16
1
encoding question
Hi there, I've a little question abound programming an ogg-vorbis encoder. The encode_example.c works ok for files with 44100/2/16 - but not for other formats. I don"t really understand what this piece of code is really doing: /* uninterleave samples */ for(i=0;i<bytes/4;i++){ buffer[0][i]=((readbuffer[i*4+1]<<8)|
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h