search for: notici

Displaying 17 results from an estimated 17 matches for "notici".

Did you mean: notice
2003 Feb 24
1
Vorbis Streaming - How to?
...tooth pulling I got the game to load and play .ogg files. The only glitch I have is the hic-up when .ogg files are being loaded for play. Does anyone know of a solution to resolve this hic-up? Does vorbis provide some form of streaming that would allow me to smoothly load/play a .ogg file without noticiable application side affects (IE: hic-ups) <p>Regards, -Ron --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscrib...
2013 Dec 16
1
extlinux and btrfs
I am a relative newcomer to using extlinux. I am running Fedora 20 which means I am using syslinux 4.05. When I noticied that all of your documentation said that booting off ext234 and btrfs was supported, I gave it a try. Indeed, this does work with the boot files and the extlinux directory installed into the btrfs (root) volume. Has any thought been given to supporting supporting /boot/extlinux being on a b...
2003 Sep 24
2
MTFTP support in PXElinux??
Hiya, Just joined the list and started using pxelinux. Very cool product!!! I searched the, 8+ MB, archives looking for multicast entries. I know that the pxelinux page says that the support of mtftp in pxelinux isn't in the works but I'm not sure how old/relavant that comment is. I have noticied some comments from H.P.A. describing the difficulties in doing MTFTP. Are there any plans to support MTFTP? The reason I ask is that I would really like to be able to serve tftp via multicast. Does anyone know of any other network bootloaders that use multicast? Do many people see this as a need?...
2018 Jan 09
0
65534 rows & c.
...riginal message) After many attempt, I reformatted and reinstalled the client from scratch. Now the problem is still present: this client can't connect to the shares. It connect to every other box in the LAN, but not to this box. I can't find any useful info in the server's logs, but I noticied a strange report from the smbstatus command: Samba version 4.5.12-Debian PID Username Group Machine Protocol Version Encryption Signing ---------------------------------------------------------------------------------------------------...
2007 Sep 08
3
Coding in python using shout-python bindings
...t can be represented as a Client. This Client must define a method (called get_current_track()) to retrieve the current track being played by the client the class interfaces. The Icast class stores a copy of this too in an attribute called current_track When the player changes the track, Icast noticies this by comparing the track information it has stored in current_track with the current song being played at the moment by the client (get_current_track()). The streaming is done by the following block of code: buf = f.read(4096) if len(buf) == 0 return server.send(buf) server.sync() Ok tha...
2010 Jul 24
1
Sound card problem in acoustic echo
...this problem and disable its AEC at the same time? > >Using that value and averaging samples as?"fedback" I did small corrections to sampling rate until convergence, although this not always worked.When it did, convergence was quite fast (seconds). >Resampling did not introduce noticiable CPU increase.But may be the small time used for conversions was the cause of non-convergence.I think this path is hard and uncertain, >and now,i would dive first in DirectSound to try to obtain synchronized streams before passing them to speex. Waiting for your good news. >Regarding AS...
2018 Jan 13
2
65534 rows & c.
...riginal message) After many attempt, I reformatted and reinstalled the client from scratch. Now the problem is still present: this client can't connect to the shares. It connect to every other box in the LAN, but not to this box. I can't find any useful info in the server's logs, but I noticied a strange report from the smbstatus command: Samba version 4.5.12-Debian PID Username Group Machine Protocol Version Encryption Signing ---------------------------------------------------------------------------------------------------...
2010 Sep 30
1
Sound card problem in acoustic echo
...d disable its AEC at the same time? > >> >>Using that value and averaging samples as?"fedback" I did small corrections to sampling rate until convergence, although this not always worked.When it did, convergence was quite fast (seconds). >>Resampling did not introduce noticiable CPU increase.But may be the small time used for conversions was the cause of non-convergence.I think this path is hard and uncertain, > >>and now,i would dive first in DirectSound to try to obtain synchronized streams before passing them to speex. > >Waiting for your good news. &...
2007 Sep 11
0
Coding in python using shout-python bindings
...as a Client. This Client must define a method (called > get_current_track()) to retrieve the current track being played by the > client the class interfaces. The Icast class stores a copy of this too > in an attribute called current_track > > When the player changes the track, Icast noticies this by comparing the > track information it has stored in current_track with the current song > being played at the moment by the client (get_current_track()). > > The streaming is done by the following block of code: > buf = f.read(4096) > if len(buf) == 0 > return > s...
2010 Jul 22
1
Sound card problem in acoustic echo
Thank you. But it will cost you a long time to get the accurate play and capture frequencies. Does your program test two frequencies of the sound card each time? Because different sound cards have different frequency errors. And the resampling program is also time consuming because the target frequency is so close to the sampling frequency of the input signal, isn't it? I have tested program
2003 Jun 07
2
nvidia/4.8-stable
Has anyone had the nvidia driver successfully work for them? I ended up crashing everytime I tried to use X. All I'm interested in is the use of my tv-out on my nvidia card. any input is appreciated -Darren -- An Important Member of http://www.quantumtheorem.com/ =)
2006 Mar 24
0
Trouble phrasing an R command that will run the model i need (ANOVA, nested)
...rosstype+experiment+Error(foresttype:region), >data=Productivity) , i get this error message: * Warning message: Error() model is singular in: aov(yproductivity ~ foresttype + region + foresttype:region + * It looks to me as if R is saying that i have constructed the formula incorrectly. I noticied that i had "foresttype:crosstype" listed twice in the one formula, so i ran it again with "foresttype:crosstype" ommitted from the formula itself, but still in the "Error()" term. That produces the same error message as before. I played around with it a bit, and...
2005 May 08
5
8+ line receptionist only setup
Hi, We are looking towards a 8+ CO line setup (20 extensions) in our office but we do not want an IVR(auto-attendant) feature. All incoming will be answered by a receptionist. I have read the multi-line configuration for cisco 7960 thread in this list but that way I believe we could only display 6 incoming lines. What will happen to the rest? Does the expansion module for the cisco 7960 work
2010 Oct 01
0
Sound card problem in acoustic echo
...> >> >> >>Using that value and averaging samples as?"fedback" I did small >> corrections to sampling rate until convergence, although this not >> always worked.When it did, convergence was quite fast (seconds). >> >>Resampling did not introduce noticiable CPU increase.But may be the >> small time used for conversions was the cause of non-convergence.I >> think this path is hard and uncertain, >> > >> >>and now,i would dive first in DirectSound to try to obtain >> synchronized streams before passing them to...
2001 Oct 07
3
Using -lssh as shared library
...use some other extension instead of .o for all it's components, due to difference in compiler flags (-fPIC for gcc is needed to compile position- independant code), and those flags together with command to make shared lib are very platform-dependant. And one more issue/question at the end. I noticied that *all* openssh programs linked with -lpam, -lwrap, -lutil and so on -- libraries really needed for sshd *only*. I can't say this is "bug", but looks somewhat inaccurate. Looking into configure.in, it is relatively hard to "clean up" things. 3rd patch attached, opens...
2004 Nov 16
3
authentication against win2k3 server
I've been trying to setup Samba to authenticate users against accounts existing on a Windows 2003 Server without any backwards capability. Ideally, this needs to be done without any changes to the Windows 2003 Server. Users will not be logging into the Samba shares at all. This is merely for authentication. I'm running FreeBSD 4.10-Relase #4 with Samba 3.0.8. This is my smb.conf file:
2012 Jan 04
98
RFC: Still TODO for 4.2?
What are the outstanding things to do before we think we can start on the 4.2 -rc''s? Does anyone have a timetable in mind? hypervisor: * ??? - Keir, Tim, Jan? tools: * libxl stable API -- we would like 4.2 to define a stable API which downstream''s can start to rely on not changing. Aspects of this are: * event handling (IanJ working