search for: ao

Displaying 20 results from an estimated 844 matches for "ao".

Did you mean: rao
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the build change. I was able to check out the vorbis module, but when I tried to check out the ao module I saw this: [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ao cvs server: Updating ao cvs server: Updating ao/doc cvs server: Updati...
2007 Nov 28
1
ifelse function
Hi there, I need help with IFELSE function. The column g of my dataset pth, pth$g consists of "aa", "ao", "dcl", "iy", "sh". The last few values of pth$g looks like: [4496] sh ao ao sh iy dcl dcl aa iy iy aa sh ao ao Levels: aa ao dcl iy sh I want to convert these values into 1,2,3,4,5. I tried to use a loop and I found the following statement did not w...
2000 Sep 29
1
ao/
I dived into automake, autoconf, etc. waters a little while ago, and somehow got libao to actually compile (!!!) (sort of...). Still not right, though. The commit looks sorta like this: * make configure.in in coordination with autoheader and automake properly create config.h. I put it in ao/include/config.h so that the build won't need an extra include directory, but if any...
2014 Aug 12
2
Strange behaviour with "force user" parameter
...mins" create mask = 0640 directory mask = 0750 oplocks = Yes On my workstation, logged with root user, I do : "mount -t cifs -o user=administrator //filserv/Admins foo" the mount works. I do an 'ls -l foo' : total 4 drwxr-x--- 5 10500 50512 0 ao?t 12 14:32 . drwx------ 5 root root 4096 ao?t 4 09:18 .. drwxr-x--- 4 10500 50512 0 ao?t 12 14:33 Linux drwxr-x--- 6 10500 50512 0 ao?t 7 17:27 Windows Where 10500 is the UID of user administrator and 50512 is the GID of group "Domain Admins". I enter into 'foo' a...
2006 Aug 24
1
Time problem
...t", but when i transfert it i have nothing about times just the day when it was transfered. Here is a snapshot of what i try to explain I transfert my data though this command rsync -trvu 192.169.10.69::original /mnt/disque3 Client side ls -la give me this ouptut drwxr-xr-x 3 root root 4096 ao? 24 2006 . drwxr-xr-x 5 root root 4096 ao? 24 11:24 .. -rw-r--r-- 1 root root 7 ao? 24 2006 01 // don t have time here -rw-r--r-- 1 root root 14 ao? 24 2006 index // don t have time here drwxr-xr-x 2 root root 4096 ao? 24 12:07 tee and in the server drwxr-xr-x 3 root root 4096 ao? 2...
2000 Dec 27
1
ao_arts
Hi, I've written an ao plugin for aRts, the soundserver that comes with KDE. Any chance of including this in the ao distribution ? Pretty please ? :) Sources and patches attached. This is a very simple plugin because it uses the easy-to-use 'artsc' C wrapper that aRts installs. configure.in.diff is for ao/conf...
2001 May 08
2
libao AU driver
Hi, I noticed there was some discussion on this list about the desire for ogg123 to support output to stdout via Sun's .au file format, so I decided to give implementing an AU driver for libao a shot. Here is my first attempt. To test the driver: * Apply the patch below (against ao in CVS) * Copy the attached ao_au.c into ao/src * Run ao/autogen.sh, compile, and install * Test: e.g. ogg123 -d au -o file:- | play -t au - This is my first patch to libao,...
2013 Feb 01
0
snapshot scripts run on linux to allow samba to export Windows "Previous copies" when looking at a network file?
...03/./._snapdat_=snap_copy_complete after copy2staticsnap, status=1, != ------------------------------------- Currently my active snapshot look like this: > lvs LV VG Attr LSize Origin Snap% Move Log Copy% Convert Backups Backups -wi-ao 10.91t Home Home+Space owi-ao 1.00t Home-2013.01.08-05.07.02 Home+Space -wi-ao 21.32g Home-2013.01.12-05.07.03 Home+Space -wi-ao 1.38g Home-2013.01.16-05.07.03 Home+Space -wi-ao 15.93g Home-2013.01.18-05.07.03 Home+Space -wi-ao 50.96g Home-2013.01.20-05.07.02...
2007 Dec 06
0
LVM2: large volume problem?
...PE Size 32,00 MB Total PE 74436 Alloc PE / Size 512 / 16,00 GB Free PE / Size 73924 / 2,26 TB VG UUID yuxYGR-dLVP-DuXz-i4oP-14ep-aYWQ-xBp6f1 [root at Mugello ~]# lvs LV VG Attr LSize Origin Snap% Move Log Copy% root sys -wi-ao 4,00G swap sys -wi-ao 2,00G usr sys -wi-ao 5,00G var sys -wi-ao 5,00G When I try to create a 1T lv it gives me this error: [root at Mugello ~]# lvcreate -L1T -nst...
2000 Jun 22
0
LSP optimisations
Here are two optimisations for LSP : in vorbis_lsp_to_lpc, Ae and Ao are filled with zero when i increase so you can reduce the j loop, and I replaced qsort in cacm (maybe there are better algorithms, but it's already much faster than qsort on my mac) void vorbis_lsp_to_lpc(double *lsp,double *lpc,int m){ int i,j,m2=m/2; double *O=alloca(sizeof(double)*m2);...
2008 Feb 14
1
Pulse AO plugin priority
Just a quick note that the priority in the Pulse AO plugin (ao/src/plugins/pulse/ao_pulse.c) should be changed from 41 to 50 (in the ao_pulse_info struct). Since the plugin now ships as part of libao, its priority should be a factor of 5, as that's how I designed the plugin priority system. Plugins that ship with libao should be a factor of 5,...
2002 Nov 03
0
python bindings and ao lockup
...elf.output retval = thread.start_new_thread(self.play_as_thread, args) <p>def play_as_thread(self, song_file, output): print self.get_name() + " started" vf = ogg.vorbis.VorbisFile(song_file) print "Vorbis File Object Created" dev = ao.AudioDevice(ao.driver_id('esd')) print "Entering the While Loop to actually play song" while self.playing == TRUE: (buff, bytes, bit) = vf.read(4096) data = int(vf.time_tell()),int(vf.time_total(0)) output.append(data...
2001 Jan 07
2
A Top Level README for the nightly CVS snapshot
...nto a dependency problem while compiling the CVS snapshot which did not occur while compiling the beta 3 tarballs. For some missing resources, autogen.sh echoes very helpful messages (such as if automake is not present), but there was no indication that the kdelibs-devel package was required for ao (in order to get artsc.h into /usr/include - I'm sure it is possible to edit the configure file to get around this for those not using vorbis with arts). Perhaps it would be useful to include a README in the top level of the .tgz file (which currently expands into 5 directories with README...
2010 Feb 28
3
puzzling md error ?
...8 81 1 active sync /dev/sdf1 I don't see anything wrong here ? lvm shows no problems I detect either... # vgdisplay vg1 Volume group "vgdisplay" not found LV VG Attr LSize Origin Snap% Move Log Copy% Convert glassfish vg1 -wi-ao 10.00G lv1 vg1 -wi-ao 97.66G oradata vg1 -wi-ao 30.00G pgdata vg1 -wi-ao 25.00G pgdata_lss_idx vg1 -wi-ao 20.00G...
2009 Jul 15
2
storing lm() results and other objects in a list
...s) arma2.fit <- auto.arima(LinearModel2.res) arma3.fit <- auto.arima(LinearModel3.res) arma4.fit <- auto.arima(LinearModel4.res) arma5.fit <- auto.arima(LinearModel5.res,stepwise=T,trace=T) #Ok what is left over after Regression and ARIMA that cannot #be explained. Stupid outliers.... #AO's can be added to the cReg as a normal dummy variable # but these are AOs from the model not the original data. # is it better to handle AOs from the original data? #linearModel[x]arma.ao? arma1.ao <- detectAO(arma1.fit) arma2.ao <- detectAO(arma2.fit) arma3.ao <- detectAO(arma3.fit)...
2013 Nov 07
2
Workaround for (EL6.4) rdesktop-1.6.0-10 Woe
...version suffix to designate local RPM Remove original CentOS patch references and replace with those from FC19 Add comments in change log [iseo at jato SPECS]$ vi rdesktop.spec ----------------------------------- Version: 1.7.1 Release: 2%{?dist}.1.iseo ... Patch0: %{name}-libao.patch ... %prep %setup -q %patch0 -p1 -b .ao ... %changelog * Fri Nov 1 2013 Cal Webster <cwebster at bizec.rr.com> 1.7.1-2 - Latest version not available upstream - This version from FC19 - Fixes regression errors (NOT IMPLEMENTED RDP5 opcodes, get cursor, etc) - Fixes mouse cursor not chan...
2015 Mar 09
1
ICU_531 and sjlj vs.seh
...tz.a ../extra/tre/libtre.a -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../bin/x64 -lRgraphapp -lRiconv -lcomctl32 -lversion -L"F:/R/RLocalSoft"/lib/x64 -lpcre -lz -lbz2 -llzma -L"F:/R/ICU_531"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ F:/R/ICU_531/lib/x64/libsicuin.a(ucol.ao):ucol.cpp:(.text+0xb): undefined reference to `__gxx_personality_sj0' F:/R/ICU_531/lib/x64/libsicuin.a(ucol.ao):ucol.cpp:(.text+0x72): undefined reference to `_Unwind_SjLj_Register' F:/R/ICU_531/lib/x64/libsicuin.a(ucol.ao):ucol.cpp:(.text+0x142): undefined reference to `_Unwind_SjLj_Unregi...
2006 Apr 17
1
ksoftirqd
...;@*%!T>2D@ M3''1D+C$L,"H&`U4$`Q,C5&AA=W1E(%!E<G-O;F%L($9R965M86EL($ES<W5I M;F<@0T$P''A<-,#4P.3$T,#DR,C(U6A<-,#8P.3$T,#DR,C(U6C"!AC$-, L& M`U4$!!,$2&5I;#$0, X&`U4$*A,''4W1E9F9E;C$5,!,&`U4$`Q,,4W1E9F9E M;B!(96EL,2<P)08)*H9(AO<-`0D!%AAR96-H;G5N9T!S:"US;VQU=&EO;G,N M9&4Q(S A!@DJADB&]PT!"0$6%&EN9F] <V@M<V]L=71I;VYS+F1E,(&?, T& M"2J&2(;W#0$!`04``X&-`#"!B0*!@0#!0X2 )E*R9C/Z)#7GM,TA^M#*3DO$ M!DT/L>Y5RXL!%VYX?L>.H:4SY_IU737+<=_?8PQ;LC#1%[&<[34;%Q==C&q...
2006 Nov 27
2
Problema ao Logar no Dominio
Boa Tarde, Estou com problemas para autentica??o de meus computadores no dominio samba. Quando tento pelo pr?prio windows ou na m?o pelo console adicionar uma m?quina ao dominio, ela ? cadastrada com sucesso, ela fica em ou=Computers,dc=xxx,dc=xxx por?m o smbd a procura em people o que resulta que meus usu?rios n?o conseguem logar... assim ... ao inves de o sambra procurar em ou=Computers ele procura em ou=People. Alguem tem alguma dica para me ajudar ??? Veja u...
2009 Aug 07
1
mounting volumes : pammount vs gvfs
...create mode = 0770 force directory mode = 0770 [...] If I mount my volumes with gvfs, no problem : (testJL are files created directly in the mounted volume and testJLDirect ones are drag & drop from gnome panel) myserver:/home/Docs# ls -al |grep test drwxrwx--- 2 jean-luc docs 4096 ao? 6 17:22 testJL drwxrwx--- 2 jean-luc docs 4096 ao? 7 13:13 testJLDirect -rwxrwx--- 1 jean-luc docs 0 ao? 7 13:13 testJLDirect.txt -rwxrwx--- 1 jean-luc docs 0 ao? 6 17:22 testJL.txt But I want to use pam_mount, since all users under Ubuntu have "roaming profi...