Displaying 20 results from an estimated 100 matches similar to: "How to convert from Microsft PCM 16bit to float"
2008 Dec 12
0
RODBC and Microsft Visual C++ Runtime Library
Hello,
I am using RODBC and some times when I use a sqlSave I recive this message:
Microsft Visual C++ Runtime Library
RunTime Error!
Program C:\Archivo de programa\R\R-2.8.0\bin\Rgui.exe
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support tean for more information.
is it a bug? is there
2009 Sep 07
1
Freelancer Microsft Games
hey ive been playing Freelancer for quite some time now and ive always had a windows disto installed so i can play it, i'm excited now beacuse i might now beacble to run ubuntu only.
Freelancer had some bugs id like to report minor but informations is always good
Odd video glitches durning install (Txt was wrong color)
Music in game was playing only 2 sec in and looping
Crashed when i
2003 Sep 10
1
OT: Win2k ts - cannot start microsft outlook
This is off-topic so please let me know if it is inappropriate. I thought
i'd post here as a lot of people on the list seem to be using samba with ms
terminal server.
I have profile problem ito roaming profiles from my samba dc not loading
when you log onto w2k terminal server.
I reloaded one of the servers, installed sp4 and installed ms office 2000
using the termsrvr.mst file.
When a
2004 Dec 28
5
Sound distorted after normalized.
> 16 bit ints have a range of -32768 to 32767. If you divide
> -32768 by 32767.0 you end up with -1.00003051850948 which
> is a bad thing.
>
> Try normalizing with a value of 32768.0.
No. Speex expects values in the +-32767 range, not +-1.0. Just
converting from int16 to float *is* the right thing to do.
Jean-Marc
--
Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
2003 Sep 10
6
insert eps into microsft word
it seems that word can not read encapsupalted postscripts generated by R
I used this command
postscript("output.eps",horizontal=F,onefile=TRUE)
since onefile=TRUE produces an encapsualted postscript
actually what I'm trying to do is to insert the postsript file into a
word document
since other formats like jpeg and bmp do not reproduce the same quality
like postscript
formats
any
2004 Dec 28
2
Sound distorted after normalized.
Dear all,
First, my aim is to achieve VoIP using VBR and DTX
under Win32.
I face a problem using speex 1.0.4 and need some help.
My voice is ok and no background noise when I do NOT
normalize 16 bit value to floating value. Normalized
means dividing the 16 bit value by 32767. Turning on
VBR is also ok but DTX has no effect.
However, the speak is has a continous background beep
sound AFTER I
2005 Apr 26
2
100% CPU usage
Hi Jean,
> > > Well, just trace it, how many times are you
> calling
> > > speex_decode_int()?
> >
> > Maximum is 51 times per second. Will this cause
> any
> > CPU high utilization?
>
> That's normal... What CPU are you using? If it's a
> fixed-point CPU, then
> the reason is probably just the fact that the packet
> loss
2004 Dec 30
2
Speex sound a little artificial?
Hi all,
I have deploy speex 1.1.6 in my application. With no
option set, I can hear that the voice sounds a little
bit artificial like robot. Any idea what causes this?
I use openh323 with speex, but it seems ok. Is it
neccessary for me to use more other filter prior to
encode the sound or after decode my sound?
yueweng
__________________________________
Do you Yahoo!?
Yahoo! Mail -
2005 Apr 18
3
speex voice seems to be bit breaking over long distance.
Hi,
Ok, what you suggest sound logical to me. Currently, I
have done a small trick to prevent this problem. What
I did is that whenever windows request a voice packet
from me and if I do not have the voice packet, I
repeat the previous packet. Hence, all the breaking
portion is filled with previous packet. This trick
seems to work so far. I am not sure what is the side
effect.
I think jitter
2005 Feb 17
1
Hellolololo... effect in long distance?
Hi,
Have anyone using speex experience the following
effect:
When I say "hello", it will be become
"hellololololololo....". This does not always
happened. The chance of happen is quite random. This
effect does not happen in my LAN. It only happen when
ping time is about 500 milisecond or more.
Is it a speex problem? Any suggestion how to resolve
this issue?
Thanks in
2005 Apr 26
1
100% CPU usage
Dear all,
I am using speex 1.17 at this moment, everything works
great.
However, I face a problem when no packet arrived from
network for a few second, my CPU usage is 100%. I step
though my code and seems that (not confirmed) the
speaker callback WaveOutCallback() function which call
speex_decode_int(decoder_state, NULL, shortData)
(when no data arrived for PLC purpose) seems to
consume a
2004 Dec 31
2
Speex sound a little artificial?
Hi,
> 1) Normal given the bandwidth/bit-rate used
Do you mean the bit-rate that I should set in the
speex codec?
> 2) A conditioning problem with your audio (i.e. DC
> not removed)
What is DC?
YueWeng
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
2005 Jan 04
1
Conversion problem in encoding and decoding
Hi,
I am new to this newsgroup. I have a problem using the Speex library.
I have recorded sound data using a character buffer like
char recMessg[BUFFERSIZE]. I have problem converting this to the
float array for encoding. Also help me in converting the decoded
information in float array back to character array.
Can anybody give me function codes for this conversion.
Thanks in
2004 Dec 30
2
echo cancellation
I'm going to test the echo cancellation...
but before doing something wrong, i want to know what is the right way
to use it...
-------------------------------------------------------------------------------------
short * speakerSample; //will contain what the speakers are going to play
short * microphoneSample; //what the microphone is going to register
short* cancelledSample; //the ouput
2005 Jan 05
4
Encoding and decoding problem in speex 1.0.4
Hi,
I am using the speex 1.0.4 library from Windows.
I have posted my problem before but didn't get a solution. I am doing an
VOIP project
in which i am recording sound and streaming it to the peer. I wanted to
encode and decode
wav files that brought me to this site.
I am recording sound in the following format:-
m_WaveFormatEx.wFormatTag = WAVE_FORMAT_PCM;
2020 Mar 04
1
Virtio-disk with driver from Microsoft from 2006 ?
Hi,
i wanted to benchmark a windows guest, compare standard driver and virtio driver.
I installed the domain first with an IDE disk.
I followed https://pve.proxmox.com/wiki/Paravirtualized_Block_Drivers_for_Windows to install the virtIO driver.
In the device manager my VirtIO disk is recognized as a VirtIO SCSI disk from RedHat which seems ok for me.
But the driver is, following the device
2008 Mar 15
0
issues including multiple maps
I''m trying to include all the map types on the same page and I''m seeing some
pretty weird behavior.
1. When the map quest JS file is included, many other maps including
Microsft, Map24 stop working. The shell of the map is displayed with the map
type logo, but no map.
and occasionally an error
for (var i = 0; i < me.onload[api].length; i++) {
me.onload[api][i]();
}
2008 Nov 13
1
system.windows.Forms.MimeIconEngine
Gettting an error startiing an application on the call to system.windows..forms.MimeIconEngine and need to find the dll in which its loaded.
I copied the dll from Microsft.NET which appeared to be the one causing the problem, and am getting a bit further, but the error now appears to be in system.windows.forms.winfilesystem
any help much appreciated.
rgds
david
2004 Jul 05
0
linking error
Hi! While executing TREMOR fixed point processor in Microsft Visual C++ 6.0 studio, I am getting the following error while trying to make a executable file.
---------------------------------------------------------------------------------------
Linking...
mapping0.obj : error LNK2001: unresolved external symbol _alloca
Debug/vorbisdec1.exe : fatal error LNK1120: 1 unresolved externals
Error
2004 Aug 27
1
Retrieve Info from Cisco Call Manager
This might be better suited on a different list, but...
Has anyone been able to retrieve information from a Cisco Call Manager
to plug it in to an Asterisk box? I am attempting to use freetds and
tsql to connect to the Microsft SQL server running on the Call Manager
and get any and all information that I can.
My big problem is that I can't figure out how to log on. I have set the