similar to: Can you provide me some information on music players using ogg.

Displaying 20 results from an estimated 5000 matches similar to: "Can you provide me some information on music players using ogg."

2009 Apr 14
2
Does libao use /dev/sound for audio ?
I am using the Versatile Application baseboard and intend to use the ogg vorbis libraries . I have been able to install all the modules related to sound . However I think there's something wrong with the /sev/sound folder in my kernel , hence everytime we do cat anything.au > /dev/audio It throws an error cant create device /dev/audio even though /dev/audio is present . My question is
2005 Oct 16
2
ogg123 playback from stdin
Hi, Regarding ticket 523 "ogg123 can no longer play from stdin": http://trac.xiph.org/cgi-bin/trac.cgi/ticket/523 It seems that 'cat sample.ogg | ogg123 -' works for me, for ogg123 from svn. Can anyone verify that code has been committed to fix this bug, or is there a different usage that triggers the bug? Conrad.
2006 Dec 14
1
ogg123 - remote control interface
Halo vorbis devel team, I have a question concerning remote control interface in ogg123. I have searched this forum and Internet and found that in 2002 there was a patch made adding remote control interface to ogg123. My question is, if this will be included in the main trunk some day? Because this way whenever I upgrade ogg123 I have to adjust the patch and then patch it.... Thanks for answers
2010 Mar 01
1
adding directory contents to ogg123 playing in sorted order?
Would a patch to ogg123 for using scandir(3) and alphasort(3) instead of opendir(3) and readdir(3) in playlist_append_directory() be accepted, or are those not sufficiently portable? On Linux, _SVID_SOURCE or _BSD_SOURCE is required to use them. This shouldn't be hard to implement and I'd like very much to have directories added to the playlist in sorted order.
2006 Oct 22
3
Appending at the end of the file
On Sun, Oct 22, 2006 at 07:15:56AM -0700, Ralph Giles wrote: > On Sun, Oct 22, 2006 at 02:49:07AM +0200, A.David David wrote: > > > Hi all, I am trying to append some image to my ogg file > > but it results to corruption of the file, as there is no real way of > > including images > > in the OGG, I just tried to append the image at the end. > > Yes, that will
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 14
2
vorbis-tools broken
It seems that oggdec in Fedora 7 produces a wav header followed by lots of zeros. Building vorbis-tools 1.0.1 from source produces a working oggdec, so I think the problem is in the vorbis-tools package. I can't build vorbis-tools from svn due to some make problems, but I can build the F7 SRPM. There are no differences between the share and oggdec directories, but there are autoconf related
2007 Oct 24
3
how to loop over a group of variables?
Hi All, I have a data frame with a group of variables named b1, b2, b3, ..., b18. These variables take the value 1, 2 or NA. For each observation, I want to do some computation by looping over the values for the group of variables: b1 to b18. In STATA I would do: forval i=1/18 { --- use b`i' for computation ---- } How can this be done in R? Deepankar
2005 Sep 27
2
vorbiscomment, ogg123 charset bug - ticket #685
Hi I've a bug in vorbis-tools's libutf8 - some share/*.[ch] files don't include config.h; as a result, utf8.c:convert_set_charset doesn't try charset = nl_langinfo(CODESET) which would correctly return UTF-8, because HAVE_LANGINFO_CODESET isn't defined (it's defined in config.h, but config.h is not included). So, the bugfix is simple - just include config.h everywhere
2006 May 31
2
R search plug-in
Hi All: I have written an R search plug-in based on Prof Jonathan Baron's R search site. This Firefox/Netscape plug-in lets you search R sites and R discussion group archives directly from your Mozilla (Seamonkey) or Firefox or Netscape browser. Here is the link to the installer for the plug-in: http://arinbasu.bravehost.com/installer.html If you want the source files or have other comments
2006 Dec 19
4
Upgrading
Hi! As per Thomas' advice, I upgraded R by using "update.packages()" and got the following warning messages: Warning messages: 1: installation of package 'lmtest' had non-zero exit status in: install.packages(update[, "Package"], instlib, contriburl = contriburl, 2: installation of package 'quadprog' had non-zero exit status in: install.packages(update[,
2009 Feb 27
3
question about 3-d plot
Hi R Users, I have produced a simulated scatter plot of y versus x tightly clustered around the 45 degree line through the origin with the following code: x <- seq(1,100) y <- x+rnorm(100,0,10) plot(x,y,col="blue") abline(0,1) Is there some way to generate a 3-dimensional analogue of this? Can I get a similar simulated scatter plot of points in 3 dimensions where the points
2007 May 17
2
How to select specific rows from a data frame based on values
Dear Group: I am working with a data frame containing 316 rows of individuals with 79 variables. Each of these 79 variables have values that range between -4 to +4, and I want to subset this data frame so that in the resulting new dataframe, values of _all_ of these variables should range between -3 and +3. Let's say I have the following dataframe (it's a toy example with 4 individuals
2024 Jan 11
4
arrow on contour line
Hello, I am drawing contour lines for a function of 2 variables at one level of the value of the function and want to include a small arrow in any direction of increase of the function. Is there some way to do that? Below is an example that creates the contour lines. How do I add one small arrow on each line in the direction of increase of the function (at some central point of the contour
2009 Mar 03
4
scatter plot question
Hi R Users, I have a dataframe like this: id x rho A 1 0.1 B 20 0.5 C 2 0.9 ... I want to do a scatter plot of "x" versus "rho" but for each point on the scatter plot I want the corresponding entry for "id" instead of points. In STATA I can do so by twoway (scatter x rho, mlabel(id)) How can I do the same in R? I am sure there is some simple way to do
2008 Aug 05
4
[LLVMdev] Contributing to LLVM
Hello all, I'm a rising sophomore CS/Engineering student in the US and I'm interested in programming languages/ compilers.I think the LLVM would be a great project for me to contribute to, both to learn something and help the project. Unfortunately, I don't know much about compilers, much less anything which would allow me to make a significant contribution. I've started reading
2010 Mar 01
2
pxelinux multiple serial port setting
Hello We have computers which redirect COM2(ttyS1) to SOL(Searial console Over Lan). We have been using pxelinux to boot them with the following pxelinux.cfg/default setting. pxelinux.cfg/default serial 1 19200 console 1 prompt 0 timeout 100 default menu.c32 label Linux Diskless menu label ^Linux Diskless kernel menu.c32 append pxelinux.cfg/linux.menu label Bios Setup