search for: wavefile

Displaying 11 results from an estimated 11 matches for "wavefile".

Did you mean: savefile
2004 Aug 06
2
Please 30 second to look a my code
...P.S. Rodrigo did u do something similar? This is the code, what could be wrong? void CRegistratoreDlg::OnEncode() { Sleep(500); //Wait because drawing send window SpeexBits bits; void *state; short InBuffer[FRAME_SIZE]; char OutBuffer[200]; char waveheader[WAVEHEADER]; HANDLE WaveFile; HANDLE SpeexFile; DWORD NrOfBytesRead, NrOfBytesWritten; char nrBytes = 0; int nbBytes = 0; int bit_rate, frame_size, test=0; bool first=true; WaveFile = CreateFile(_T("\\Temp\\tempsound.wav"), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); Spee...
2004 Aug 06
0
Please 30 second to look a my code
...could be wrong? > void CRegistratoreDlg::OnEncode() > { > Sleep(500); //Wait because drawing send window > > SpeexBits bits; > > void *state; > > short InBuffer[FRAME_SIZE]; > char OutBuffer[200]; > char waveheader[WAVEHEADER]; > > HANDLE WaveFile; > HANDLE SpeexFile; > > DWORD NrOfBytesRead, NrOfBytesWritten; > > char nrBytes = 0; > int nbBytes = 0; > int bit_rate, frame_size, test=0; > bool first=true; > > WaveFile = CreateFile(_T("\\Temp\\tempsound.wav"), GENERIC_READ, 0, > NU...
2005 Feb 18
1
Asterisk@home festival weather report
...point to your festival bin directory use Asterisk::AGI; use File::Basename; use Digest::MD5 qw(md5_hex); $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my ($text)=@ARGV; my $hash = md5_hex($text); my $sounddir = "/var/lib/asterisk/sounds/tts"; my $wavefile = "$sounddir/"."tts-$hash.wav"; my $t2wp= "/usr/src/festival/bin/"; unless (-f $wavefile) { open(fileOUT, ">$sounddir"."/say-text-$hash.txt"); print fileOUT "$text"; close(fileOUT); my $ex...
2006 Jun 26
5
Multi-channel support
Hi All, Are multi-channel (more than 2) formats fully supported in the OggVorbis specification ? I couldn't find any information about multi-channel support on xiph.org. I've used 'oggdropXPd' to encode a 5.1 wavefile and the Xiph OggVorbis libraries (vorbisfile.dll) to decode the file successfully, however the order of the channel interleaving is different to the original wave file (a 5.1 WAVEFORMATEXTENSIBLE file). Is the channel order specified for OggVorbis files, or is there a way I can retrieve this info...
2013 Jan 09
3
PESQ calculated MoS-Values for Speex
...mparison/nb_codecs_small.png (Speex.org Website). The fact, that a bitrate of like 25kbit/s results in a score of nearly 4,5 is confusing me like hell. (compared to my results) First thing I tried was just "speexenc origfile.wav destfile.spx", but the result did not satisfy me. The used wavefiles are created in Cubase5.1, 16bit and 16kHz. Im using 1.2rc1, compiled with cygwin, running on Windows 8. The 1.2beta3 kept crashing on Win8 and Win7 using the same audiofiles. I also tried using 1.0.5, but the (MoS)results were not satisfying. I have no clue why the score is at such a low level (c...
2007 May 23
3
Speex into a wav file
Erik de Castro Lopo wrote: > David Siebert wrote: > >> Anyone know of some example code that shows storing speex audio into a >> WAV? For a lot of reasons a WAV is a better choice than ogg for my >> application. > > If you have decoded the speex data to PCM, the easiest way to get > it to WAV is to use libsndfile: > >
2005 Apr 27
0
Tweaking params for 24 bit?
...out properly, but usually pilot tone cancellation needs some support in the form of a lowpass. Another note, I found that the 1.1.2 Winamp FLAC plugin fixed the handling of long files (>1 h) vs. 1.1.1 and was wondering why this isn't mentioned in the changelog? Incidentally Winamp's own wavefile plugin still has issues when seeking beyond 2 hours or so. ;) The function of the "show average bitrate" checkbox is desrever, btw - it does what it's supposed to when *un*checked. Stephan -- Home: http://stephan.win31.de/ PC#6: i440BX, 2xP3-500E, 704 MiB, 18+80 GB, R9k AGP 64 MiB,...
2004 Aug 19
1
Festival Issues
...the Wiki page. When I try to change the voice that is being used however, I am running into a problem. I get the following in the festival server log: Cannot open file /tmp/est_10877_00000/utt.wav as tokenstream Wave load: can't open file "/tmp/est_10877_00000/utt.wav" Cannot load wavefile: /tmp/est_10877_00000/utt.wav When I look in the /tmp/est_10877_00000 folder, while the sound file is still playing according to Asterisk, the following seems to be created: total 56 drwxr-xr-x 2 darryl users 4096 Aug 19 16:28 . drwxr-xr-x 29 root root 4096 Aug 19 16:28...
2006 Jan 19
2
TI 6xxx platform performance
...gured as L2 cache. (16,32,48, or 64K). One level of TI's website seems to incorrectly indicate only 64K of L2. I turned off MANUAL_ALLOC and have it allocating internal memory using calloc(). I did change the L2 cache to 2 way (32K) and adjusted the heap size to 12K to get it to fit. I put a wavefile and the .cinit, .const up in the SDRAM. name origin length used attr fill ---------------------- -------- --------- -------- ---- -------- IRAMB 00000000 00000400 00000000 RWIX IRAMP 0...
2013 Jan 09
0
PESQ calculated MoS-Values for Speex
...mparison/nb_codecs_small.png (Speex.org Website). The fact, that a bitrate of like 25kbit/s results in a score of nearly 4,5 is confusing me like hell. (compared to my results) First thing I tried was just "speexenc origfile.wav destfile.spx", but the result did not satisfy me. The used wavefiles are created in Cubase5.1, 16bit and 16kHz. Im using 1.2rc1, compiled with cygwin, running on Windows 8. The 1.2beta3 kept crashing on Win8 and Win7 using the same audiofiles. I also tried using 1.0.5, but the (MoS)results were not satisfying. I have no clue why the score is at such a low level (c...
2006 Jan 19
2
TI 6xxx platform performance
I started my project using the CodeComposerStudio speex_C64_test.pjt in speex 1.1.11.1. To build using floating point, I created a new project with the same files and modified ti\config.h to #undef FIXED_POINT. Is there a better way to configure a floating point processor? I have a few TI specific optimizations that could go into the next release. What's the procedure for submitting code?