similar to: Streams with block sizes 4096 and 8192

Displaying 20 results from an estimated 10000 matches similar to: "Streams with block sizes 4096 and 8192"

2004 Dec 16
3
Qyery on bark equation in floor0 code
Hi All, I need some clarifications regarding the mismatch I found in the code and the specification. (a) In the specification, the bark(x) equation is given as: bark(x) = 13.1 atan(.00074x) + 2.24 atan(.0000000158(x^2)) + .0001x whereas in the code it is given as: #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n)) Which one of these is the proper one ? (b)
2004 Oct 14
1
(no subject)
Hi, In case if I come up with my own implementation of the vorbis code, what is the way to certify the same ? Is there any conformance testing as in the case of MP3 ?? If so, who will be certifying the same ? Best regards, Nags.. Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the
2004 Dec 21
1
signedness
Hi, I need another clarification regarding the standard. In floor0 header decode (setup), the point no.7 says that if any of [floor0_order], [floor0_rate], [floor0_bark_map_size], floor0_amplitude_bits], [floor0_amplitude_offset] or [floor0_number_of_books] are less than zero, the stream is not decodable But as we see, all those values are read as unsigned integers. Now I'm not able to
2005 Mar 30
1
Query on Codewords length
Hi, We are porting the Ogg Vorbis fixed point decoder to a 24 bit fixed point precision processor. We are trying to reduce the number of cycles for MIPS optimization. In this process we observed that most of the songs do not have "maximum codeword length" greater than 24 bits. We are planning to reduce most of the double word operations (in our case 32 bit data is stored as double
2005 Nov 09
2
File transfer from/to mapped drive with cygwin rsync
Hello all, When we tried the rsync of files from a network mapped drive (Windows) to Linux host, we are getting the following error. rsync -av <User Name>@<Rsync Server IP>::<Mapped Network Module Name> <Destination> where <Mapped Network Module Name> is the rsync module name defined in rsyncd.conf file for mapped drive. Error :- @ERROR: chdir
2003 Sep 24
1
FS-corruption on ext3 with HTrees
Hi, I'm working with Prof. Zadok on versionfs, a stackable versioning file system. I face some problems with the unlink operation on ext3 with htree. On an unlink, I make a copy of the file (version/backup) and unlink the original file. But some files that have been unlinked are "linked back" to another file. For example, on deleting the file 'foo', the file itself is
2004 Nov 18
2
segmentation fault
Dear sir, I have configured samba with ads integration and it was working perfectly in RedHat Linux 9.0. But Yesterday I changed that configuration as simple user level security. But my problem was when I run 'smbpasswd' command I am getting one error as 'Segmentation fault'. What I can do to trouble shoot this problem. Kindly reply me as soon as possible.. Thanks & Rgds
2012 Dec 05
3
Windows 7 adding printer
Hello Team, I am unable to add/upload Windows 7 64 bit print driver from Windows 7 64 bit laptop. It is giving me following error. The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver,make sure it is designed to work with Windows for x64-based system. Is there any work around ? Thanks & Regards, Arun Sasi Venmalassery
2009 Jan 29
5
Wanted information
Hi, Ambarish here from India, New (beginner) to asterisk here, Wanted to know how can I install asterisk on Windows XP SP2, with AMD Athlon 64 processor 2.20 Ghz, 512 RAM Can anybody help / guide me in this? Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive
2005 Mar 23
2
Reg Asterisk
hi, Is asterisk a registrar server. thanks, satish Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately and
2009 Mar 10
2
problem with concatinating string while taking as a path of a file
Hi all, I have a problem with concatinating strings while taking as a path here the problem is i have to take path as FPATH<-"D:\\Kiran" and file name as Fname<-"FINDINGS.CSV" and while I am reading this table I have to take path with using these two strings because in "FPATH" there is many files like findings.csv, and path will be
2005 Feb 21
2
Asterisk@home Linux has no KDE
Hi Folks, I installed Asterisk@home on my PC. It went through the installation and all. But now i get a command line login window. Doesn't it has a KDE or some other type of OS GUI (i am not talking about Asterisk@home web GUI)? After i login, just the command line interface comes out. Any command to type here to get Linux OS GUI? Thanks, Kiran
2005 Jun 16
2
rsync error: some files could not be transferred -- How to ignore
Hello all, I'm using rsync client in Linux box and cygwin rsync daemon in Win 2k machine. When i do transfer of directory contents "C:/Documents And Settings/Administrator/Local Settings/Application Data/Microsoft/Windows" using rsync, i'm getting the following error through stderr. ------------------------------------------------------------------------
2007 Oct 24
2
Asterisk integration with IBM Sametime
Hi, I wanted to know if anyone has experience in integration asterisk with IBM Sametime server (by implementing TCSPI). Any pointers for this would be very helpful. Have been reading/googling around a bit and I get to understand that the communication between the Sametime server and Asterisk is SIP. Wanted to know if my understanding is right. Since this is part of some experiment I'm
2008 Jul 30
1
Hello,
Hello, A newbie to R. I am trying to use the exonmap package in R. According to the docs, the xmapDatabase() command should read the config file with all the connection parameters and connect to the DB. But i get the error shown below.... > xmapDatabase("Human") Error in mysqlNewConnection(dbDriver(drv), ...) : RS-DBI driver: (could not connect cagadmin at mysql2.cag.chop.edu on
2004 Sep 05
5
'point-and-print' general questions
I have gotten 'point-and-print' working, but there are a couple small issues/questions I am trying to get my grasp around: - rpcclient print-1201 -U root%secret -c 'enumdrivers' this lists the drivers twice (I saw one other post about this, without any followup) - When adding drivers via the Windows APW, after uploading the drivers and the APW closing - are you supposed to
2004 Aug 30
2
Rpcclient : cmd_set "getprintprocdir" defined twice
Hi, In rpcclient/cmd_spoolss.c line 1715 & 1718 struct cmd_set spoolss_commands[] = { { "SPOOLSS" }, . . { "getprintprocdir", cmd_spoolss_getprintprocdir, PIPE_SPOOLSS, "Get print processor directory", "" }, . . { "getprintprocdir", cmd_spoolss_getprintprocdir, PIPE_SPOOLSS, "Get print processor directory",
2003 Apr 27
2
smbpasswd via cgi
using samba and ldap - redhat 7.3 trying to work on a short cgi to update samba password (it is a url with attributes username and password). I am not very good at all with perl, so if someone can take a quick ponder and help me out, that would be great. I think that it fails in theory however, because to change other users password, you need to be root ... So I was wondering if anyone knows
2013 Dec 20
2
Samba 3.0.28 NOT WORKONG WITH WIN 7 CLIENTS
Hi Team, I am Riyaj from WIPRO contacting you for very stange SAMBA issue. We have Samba V 3.0.28 running on AIX 5.3 and AIX 6.1 with WIN XP as client computers on DOMAIN A Now we are planning to migrate all the client computers to WIN 7 running on DOMAIN B which has trust relationship with DOMAIN A While I provided access to the client from AIX side they are not able to access it from WIN 7
2009 Jan 16
6
reading data from Excel Spread sheet
Hi all, I tried to read data from Excel spread sheet with using read.csv(file.choose()) and read.delim(file.choose()) but its showing " *ÐÏ.à.*." and also i tried with read.table(file.choose()) then its showing " * V1 1 ÐÏ\021ࡱ* " can any one suggest how to read data from Excel Spread sheet