Displaying 20 results from an estimated 1000 matches similar to: "Adding ao_get_latency() ?"
1998 Jun 05
1
Simple password checker
I'm attempting to get a Linux box to authenticate users from NT.
I think it's possible by writing a PAM module (not hard) and using
part of Samba's source to verify the password on the NT server.
I'm getting pretty bogged down trying to work out how to do this -
it seems like it should be simple - just take the password and username
and ask the NT server if it's correct.
If
2001 Apr 13
1
Benchmarking mp3 vs. vorbis
oggenc -b 128 cdda.wav cdda.ogg
lame -h cdda.wav cdda.mp3
ogg123 -d null cdda.ogg
mpg123 -t cdda.mp3
Here we can see that the mp3 tools are clearly superior
in terms of the numbers of characters saved on the command
line. mp3 users enjoy a 20% saving. Real-life results
may narrow this gap.
Rik
p.s. ;)
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2000 Dec 30
1
squelch-1.0beta5 ready
I've made squelch-1.0beta5 and uploaded it - you can find
it linked from http://www.geoid.clara.net/rik/squelch.html
This version has a config dialog. It works out which output
drivers libao has available and gives you a choice. You can
also tell it where your 'audio dir' is - though that works
a bit strangely at the moment - when you change it, all the
files you have in your playlist
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/configure.in
Makefile.am.diff is for ao/src/plugins/Makefile.am
Makefile.am
2006 May 09
12
prototype: leak with Element.extend
Had a nasty memory leak that was seriously slowing down the browser and
eating up a couple megabytes every reload. I was using:
$$(''.dyntable'').each(function(elm) { new DynTable(elm) });
To set up my behavior, but discovered that just running:
$$(''.dyntable'');
Caused the memory leak all by itself.
The fix I found for it was to change Element.extend to a
2009 Jun 12
7
Obtaining puppet and facter for RHEL5/Centos5
What''s the correct yum repo to use for installing Puppet & Facter on
RHEL5 and Centos5?
I used to get them from the dlutter-rhel5 repo but this seems to be
massively out of date now - latest version of puppet-server in there is
0.24.5-1.el5 and facter 1.5.4-1.el5.
In Epel I see puppet-server 0.24.8-1.el5.1 and facter 1.5.4-1.el5 which
is better but isn''t 1.5.4 the version
2010 Aug 03
4
Managing Pear and Pecl packages in Puppet
Hi all,
I''m using the pear/pecl package providers from
http://www.mit.edu/~marthag/puppet/ and I''ve run into a memory limit
problem.
I''ve tried hacking the script so that it passes additional options to
pecl/pear, however these just error out about not being valid options
(even though they are!).
I''m now at a point where the following stanza gives the
2009 Jul 31
6
Augeas and grub.conf
Having just spent about 2 hours trying to work out how to add a
password --md5 $1$Qejy8/$.qFUuDeYL.cuSDpN1ZD.S1
line to my grub.conf I thought it would be worth sharing how I finally
got it to work.
augeas {"/boot/grub/grub.conf":
context => "/files/boot/grub/grub.conf",
changes => [ "set timeout 15",
2000 Dec 27
1
New Vorbis player app
I've written an Ogg Vorbis (only !) player, which some may like to play with.
It works for me (tm) and I like it. If you don't, well, you know what
you can do with it ;) I leave it running 24/7 and it plays my music
without problems and without annoying me. That's all it's for, really.
You can get it from http://www.geoid.clara.net/rik/arch/squelch.tar.gz
The README follows ...
2009 Mar 01
8
puppet and LDAP users
I am trying to get puppet to manage my LDAP users but I don''t appear
to be having much success. What I have in puppet.conf is this
[puppetmasterd]
ldapserver=ldap.myorg.company.com
ldapbase=dc=myorg,dc=org
ldapuser=cn=admin,dc=myorg,dc=org
ldappassword=mysecret
ldapparentattr=dc=myorg,dc=org
I added the ldapparentattr in desperation and doubt if
2010 Aug 12
14
Puppet system deployment hanging ..
We have successfully installed puppet on a CentOS Server, but I am
battling with a deployment.
It has to do with grid software. The repository gets created, then
begins installation.
The problem is that it just hangs - no errors, no network activity. I
can see puppet is running, but nothing it being updated.
Any pointers ?
--
You received this message because you are subscribed to the Google
2000 Dec 30
1
selecting driver for ao
I added a couple of functions to my copy of ao.
int ao_get_driver_count(void);
const char * ao_get_driver_name(int index);
With these, I can get a list of drivers and give the user a choice
by using radio buttons, e.g.
[ ] alsa
[*] oss
[ ] esd
[ ] null
[ ] wav
This is a lot nicer than just asking them to enter the name of
the driver.
Here's the code I added to audio_out.c:
const char *
2004 Oct 22
0
libao-0.8.5 patch
Hi!
There are some little inconvenience in libao-0.8.5.
- The biggest is may that:
the documentation and the header file declare the ao_file_extension function,
which give a hint for the file extension where the device is realy a sound
file. This function is missing.
-An other: the alsa 0.5 and the alsa 0.9+ drivers short name. It will be better
if the alsa 0.5's name will be alsa05 and the
2018 Jun 23
2
reference page for Apache test page & the project
On 23/06/18 21:03, John R. Dennison wrote:
> On Fri, Jun 22, 2018 at 04:58:21PM -0700, Karsten Wade wrote:
>> * Is there a better page I can point at?
> 'Better' is quite subjective; however this all goes back to
>
> https://web.archive.org/web/20060523223519/https://www.centos.org/modules/news/article.php?storyid=127
>
> and is as good of a reference as any.
>
2016 Sep 03
19
[Bug 97588] New: Disconnecting/Reconnecting monitor results in 'laggy' graphics and disappearing mouse cursor
https://bugs.freedesktop.org/show_bug.cgi?id=97588
Bug ID: 97588
Summary: Disconnecting/Reconnecting monitor results in 'laggy'
graphics and disappearing mouse cursor
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
2013 Jun 12
2
Functions within functions - environments
Dear list,
I have a problem with nested functions and I don't manage to get it
solved. I know I should be looking in environments, and I have tried a
lot, but it keeps on erroring.
An easy version of the problem is as follows:
innerfunction<-function()
{
print(paste(a, " from inner function"))
print(paste(b, " from inner function"))
setwd(wd)
}
2001 Apr 18
4
squelch-1.0beta12 released
<ad>
.q.u.e.l.c.h is an audio player dedicated to Ogg Vorbis.
This is a bugfix release.
RPMs available for i386, i486, i586, i686 and Athlon.
Source available as tar.gz, tar.bz2 and src.rpm.
http://www.geoid.clara.net/rik/squelch.html
Tested on Linux, may work elsewhere. Requires only
Vorbis, libao and Qt (compiled with thread support.)
</ad>
Have fun ;)
Rik
--- >8 ----
2008 Aug 06
3
[PATCH RFC] do_settime is backwards?!
While digging through the time code, I found something very strange
in do_settime:
x = (secs * 1000000000ULL) + (u64)nsecs - system_time_base;
y = do_div(x, 1000000000);
spin_lock(&wc_lock);
wc_sec = _wc_sec = (u32)x;
wc_nsec = _wc_nsec = (u32)y;
spin_unlock(&wc_lock);
The value "x" appears to be the number of nanoseconds, while
the value