search for: gien

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

Did you mean: gen
2005 Dec 08
0
Samba 3.0.14a
...fined in /etc/samba/smb.conf and what I see in the comment associated with the drive mapped in a windows client XP. For example I define "server string = Serveur de fichier (%h)" and when I map a drive to the Samba server, I see an old server string define previously "Samba Server (Gien)". When I do a browse list from Network Favorite I see the good comment. Thanks. Olivier de Corlieu SAS Institute T?l.: 01.60.62.11.34 Email fraodc@fra.sas.com
2002 Jul 05
1
write.table error
I am getting the following when trying to write a dataframe to a file. I would appreciate any advice to where the problem lies. Thanks Ross Darnell > write.table(all,file="agree.csv",row.names=F) Error in "rownames<-"(*tmp*, value = row.names(x)) : length of dimnames[1] not equal to array extent > is.data.frame(all) [1] TRUE > dim(all) [1] 854 18 >
2006 Sep 09
1
Optimal frame size to use for file compression?
Hi, I have raw PCM data that is 180 seconds long and sampled at 22050 samples per second. The data is 16-bit speech audio, male and female voices. My question is: What is a good frame size to use if I capture the entire audio stream first and then want to compress it for later playback. I noticed that the example encoder code calls: speex_bits_init(&bits); and I notice that this has the
2006 Sep 16
3
converting 16-bit samples in LPSTR to short
Hi, I am capturing 16 bit mono sound samples using some Win32 API function calls. These function calls return the sound samples in an array of characters. My assumption is that this array of characters represents pairs of bytes that make up a short integer. I'm using the following code to convert the samples: LPTSTR *lpSaveBuffer; ...... for(j=0;j<nBytes;++J) { BYTE a =