similar to: Are Speex samples in a wav format.

Displaying 20 results from an estimated 7000 matches similar to: "Are Speex samples in a wav format."

2004 Nov 15
1
Speex samples in a wav format.
Hi, I am trying to use the speex coding standard to create the files required for human audio testing by various departments of our company. I just need to understand if the sample files available on the website are really speex coded in a wav container, because the header information as visible on opening the file in a text editor does not indicate so, and these files can play in the media
2014 May 28
2
[LLVMdev] Code generation support in llvm for windows phone
I am talking about Windows Mobile 8 and 8.1 and not CE. Not sure though that the Windows 8 (ARM NT) is similar to Windows Mobile 8 platform. I used the following command to generate the obj file Llc.exe -mtriple=thumbv7-windows -filetype=obj <some_name>.bc The object file generated in the above object doesn't get linked when I try to link it with the windows mobile library as it
2014 Jun 07
2
[LLVMdev] Code generation support in llvm for windows phone
Hi Saleem, I have a similar situation - I'd appreciate your inputs on it. I noticed that the obj file generated using llvm does not contain "thumb" instructions. I suspect that is what is causing runtime crash for me. Here's what I've tried - Start with a.c (on my linux machine where I have llvm/clang built as of yesterday) int add(int i, int j) {int k
2014 Jun 08
2
[LLVMdev] Code generation support in llvm for windows phone
Thank you so much Saleem, The target is Windows phone 8.1 (ARM). I'll update the crash details tomorrow. One big problem is that I have to use a physical windows phone for execution. I wonder if it is possible to execute such "exes" using qemu. Regards, Kashyap On Sun, Jun 8, 2014 at 2:53 AM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > On Sat, Jun 7, 2014 at
2009 Apr 17
0
Thank You All for the help
Hi All, I wish to thank all you guys out there. This is because of the help from you guys I am able to learn how to use R in a short time. Thanking you again for the help and quick responses. Regards, Rajat -- Rajat, PhD student Industrial Engineering, Texas Tech University, Lubbock, TX, USA. -------------------------------------------------------------------------- WE, THE PEOPLE OF INDIA,
2009 Apr 13
1
Unable to mark labels
I am solving the following question. I want to label the data. I used the following code. > data82 <- read.table(file="/home/rajat/R/8_2_rtg.txt",header=T) > data82 <- data.frame(data82) > data82 low_sat med_sat high_sat contact housing 1 65 54 100 1 1 2 130 76 111 1 2 3 67 48 62 1 3 4
2009 Apr 19
2
Upgrading from Rails 1.3.x to 2.3.2 - text_field_with_auto_complete not working
Folks, I am trying to upgrade code base from 1.3.x to 2.3.2 and not surprisingly, lot of things are broken. ''text_field_with_auto_complete'' is not working for me - it gives the following error: ActionView::TemplateError (undefined method `text_field_with_auto_complete'' for #<ActionView::Base: 0x7f0ceb6b8290>) I already have installed auto_complete - ruby
2010 Aug 30
1
failed to set machine spn: Operations error
I have samba, winbind, kerberos installed on an ubuntu server. I have a windows server 2003 based domain. when i try to execute the following command: net ads join -U user I get the following error: Failed to join domain: failed to set machine spn: Operations error Kerberos authentication works fine and I can get the kerberos ticket just fine. This setup was working fine earlier. I was able to
2014 May 16
4
[LLVMdev] Code generation support in llvm for windows phone
Hi, Is there support available in llc to convert llvm bytecode to Windows Mobile binary? I have tried triples like arm-pc-win32 , thumbv7-window ... but the object file generated is not getting linked to the windows native project. Any pointers will be greatly appreciated? Thanks, ~rajat -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 20
1
Upgrading rails to 2.3.2 - CookieOverflow issue
Folks, I am trying to upgrade system from rails 1.3.x to 2.3.2 and getting this error - Status: 500 Internal Server Error ActionController::Session::CookieStore::CookieOverflow /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/ session/cookie_store.rb:102:in `call'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/ reloader.rb:9:in
2004 Aug 25
1
INTERNAL ERROR: Signal 6 in pid...
Hi, Am running SAMBA 3.0.4 on RHEL 3.0 ( 2.4.21-9.ELsmp ) It was running fine till today when i restarted my server and started getting this nmbd log!! I might have overlooked, but if anyone could point me to any previous post with answers or any other link please mail me or if there is something new or anything more you want to help me solve this, please let me know. Any help is greatly
2008 Jul 04
1
Calling and running a compiled program inside R
Hi, I need to use the outputs from a complied program (*.exe program that is made by some one else) for numerous data sets and use R with the outputs for some computations. I thought that it would be very efficient if I can use R from the beginning to the end by calling the exe program and run it within R, continuing the computations based on the outputs. Are there any calling function for
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: > >
2007 May 23
0
Speex into a wav file
David Siebert wrote: > Actually I was hoping to store speex compressed audio into a wav > container. Not to trans code it. To the best of my knowledge, that is not possible. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- C++ : an octopus made by nailing extra legs onto a dog.
2007 May 24
0
Speex into a wav file
Reed Hedges wrote: > Erik de Castro Lopo wrote: >> David Siebert wrote: >> >>> Actually I was hoping to store speex compressed audio into a wav >>> container. Not to trans code it. >> >> To the best of my knowledge, that is not possible. > > Well, it's possible to put compressed data into the WAV file instead of > PCM audio data, and set
2007 May 24
2
Speex into a wav file
David Siebert wrote: > I am pretty sure the Speex ACM codec/DirectShow Filters do create a > Speex compressed Wav file. Can you provide me with a copy of one of these files? Please email it directly to me. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "The RIAA is
2009 Mar 11
1
from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?
I am having trouble converting a .flv file uploaded from Adobe Flex / Flash Player 10 to a Red5 server using the speex coder: http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html http://jira.red5.org/confluence/display/codecs/Speex+Codec Questions: 1. How do I extract the audio track out of such a .flv file? 2. How do I convert it from Speex to .wav PCM? Thanks.
2010 Feb 04
1
wav to speex conversion
Hi we have urgent requirement on WAV to SPEEX conversion Can you plz provide extra information how to proceed , we want to integrate speex encoder into our c++ code plz let me know Thanks Aparna -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100204/0cf5f827/attachment.htm
2007 May 22
2
Speex into a wav file
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.
2007 May 23
2
Speex into a wav file
Erik de Castro Lopo wrote: > David Siebert wrote: > >> Actually I was hoping to store speex compressed audio into a wav >> container. Not to trans code it. > > To the best of my knowledge, that is not possible. Well, it's possible to put compressed data into the WAV file instead of PCM audio data, and set the compression-type format flag to some made-up value, but