Displaying 20 results from an estimated 900 matches similar to: "Windows ACM Driver"
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface.
Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all
encoding parameters passed to it and uses the info_A vorbis_info struct
(same as the encoder_example).
It's not particularly useful as of yet, but you can rename it to
BladeEnc.dll and use it with any number of rippers out there
2004 Aug 25
1
Closing bug reports without fixing the repor ted problem
[vested interest: I reported that bug!]
I agree with this, a system that has x bugs still has x bugs even if you
close them, I think they should be closed by houskeeping if they can't be
reproduced and the person that reported them can't provide a way to
replicate, but they shouldn't be closed because nobody has fixed them for a
while.
This seems to be the case on a number of
2000 Jul 12
1
Windows ACM codec status
What is the status of the vorbis ACM codec? I certainly hope I am not the
only one with a vested interest in its development and there's been no
talk of its status on the list lately.
Tony Arcieri
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2004 Aug 06
1
ACM codec
Hi Brian-
BT> I was going to; asked on this list about it back in December. But the
BT> documentation on the MS website stinks ... it basically says, "Look at
BT> the example GSM 6.10 codec provided in the Microsoft Driver Development
BT> Kit and replace the application-specific bits" ... but, while I own a
BT> student edition of MS Dev Studio, I don't have an
2004 Sep 10
1
Re: ACM codec
Mr. Blum,
I had to make some assumptions writing the driver, because I had no previous
experience writing ACM drivers. I did what I could based in Microsoft's
documentation but, of course, I made same mistakes. I had no time to test
the code I wrote yet and will not in the next 2 weeks. All I can tell you
now is about what I did and about my sources. So, considering your
enthusiasm, I suggest
2012 Dec 19
3
Template in site.pp
Can I use a template in site.pp?
I have a templates directory in my /etc/puppet directory which has my
template, but i get this error message:
Wed Dec 19 09:19:23 -0800 2012 Puppet (err): Could not retrieve catalog
from remote server: Error 400 on SERVER: Could not find template
''server.xml.erb'' at /etc/puppet/manifests/tcuser.pp:52 on node
2004 Aug 06
0
ACM codec
X-Fixer wrote:
> Hi-
>
> is someone working on ACM codec at the moment?
> if not, I'll start writting it one of these days.
>
> -XF
<p>I was going to; asked on this list about it back in December. But the
documentation on the MS website stinks ... it basically says, "Look at
the example GSM 6.10 codec provided in the Microsoft Driver Development
Kit and
2012 Nov 29
13
Fwd: Maintaining capacity during deploys
We''re using unicornctl restart with the default before/after hook
behavior, which is to reap old Unicorn workers via SIGQUIT after the
new one has finished booting.
Unfortunately, while the new workers are forking and begin processing
requests, we''re still seeing significant spikes in our haproxy request
queue. It seems as if after we restart, the unwarmed workers get
swamped by
2007 Jul 23
1
FLAC: editing software
I just tried this with Goldwave.. it decoded the file,
i edited out some stuff, and saved the file (flac
format) and the tags appear to be intact.
Greg M.
--- Tomas Valusek <tvalusek@seznam.cz> wrote:
> Hello,
>
> and what if I want to preserve FLAC tags while I'm
> editing its contents?
> Is there a way e.g. to cut silent block from FLAC
> and preserve tags? By
2000 Sep 13
3
Lossless video codec
I know this probably transcends the scope of the current aims of Ogg
video, but one thing I'd consider extremely useful is a lossless video
compressor. There are a few of them out there (e.g. PICVideo's lossless
wavelet codec) but I've found no free ones so far. The primary use would
be for storage of video clips that would be too cumbersome to store as raw
frames but still require
2005 Jan 06
1
Goldwave 5
Hi all,
I am relatively new to Linux and wine and I am trying to run an audio
editing software called Goldwave 5.06 (version 4.26 works relatively
well). 5.06 installs ok but when I go to run it I get the following error:
"Driver does not support 16 bit colour depth or visual buffer could not
be created. Visual disabled."
And the meter displays do not work. I have tried adjusting
2007 Dec 09
38
libevent
Hello,
I have been looking at the Ruby/EventMachine. First let me say it look very
good. Reactor model with no threads makes for fast reliable server, and I
have read about marvelous Twisted framework for Python and am glad to see
something similar for Ruby.
I am writing network app with Ruby threads now and it very slow, and I try
new Ruby 1.9 with native threads that make it much slower.
2008 Jun 01
3
rbx gem
Hello. Some time ago I committed a Rubinius assembly-based HTTP parser
generated from Ragel to the Rubinius git repository. Yesterday I made a
Mongrel gem which installs and works on Rubinius. This basically involved
commenting out anything to do with fastthread or the http11 C extension.
If there''s interest in releasing a Rubinius-targeted gem, I can make changes
to the Rakefile to
2002 Jan 03
3
Adding RC3 support to GoldWave
Here are some minor things I noticed when updating the vorbis module
for GoldWave:
Bitwise.c, line 175 and 207
Warning: Negative unsigned value
ret=-1UL;
Info.c, line 385
Warning: Unreachable code
break;
vorbisfile.c, line 1407
Warning: Call to function with no prototype
int host_endian = host_is_big_endian();
fix: add 'void' to line 1339:
static int host_is_big_endian( void )
2000 Aug 09
2
WAV header (hey Mike)
So, I saw a form of wav header I didn;t know about today. It's not in my
(admittedly aging) copy of the RIFF spec from M$, but it's pretty clear how to
handle it (mostly in the context of OggEnc).
Here's a dump with od -c:
0000000 R I F F 370 357 l 002 W A V E f m t
0000020 020 \0 \0 \0 001 \0 002 \0 D 254 \0 \0 020 261 002 \0
0000040 004 \0
2002 Jan 18
3
Are all RC3 implementations identical?
I'm a loyal user of GoldWave (http://www.goldwave.com/), and recently the Ogg Vorbis support module has been updated to RC3.
Is it still safer for me to save files as WAV and then use the "official" tool (oggenc) to encode my files, or are all RC3 implementations the same, and it makes no difference with what program I encode the files, as long as the module uses the latest
2010 Dec 11
1
the naming of "Unicorn"
In case more people are interested, I originally posted the following to
ruby-core: http://mid.gmane.org/20101210190448.GA6534 at dcvr.yhbt.net
Eric Wong <normalperson at yhbt.net> wrote:
> zuerrong <zuerrong at gmail.com> wrote:
> > 2010/12/10 Tony Arcieri <tony.arcieri at medioh.com>:
> > > And Unicorns are fantastical mythical creatures!
> > >
>
2007 Feb 26
9
libevent
Francis,
I read in the list archives back that a future EventMachine release
will support epoll on Linux (i.e., it''s in the trunk).
Better still, is there a possibility that EM will rely on libevent so
that it will be architecture independent (i.e. epoll on Linux, kqueue
on FreeBSD/Mac OS X, /dev/poll on Solaris)? This is how memcached is
implemented, and it would be helpful to be able
2006 Sep 20
1
Excel Save Problem
Hello,
i use Red Hat Enterprise Linux ES release 4 (Nahant) with Samba Version
3.0.10-1.4E.
Samba are running as PDC.
If i save a 160 KB Excel file (Excel 2000 and XP) on a Windows 2000 Client,
then samba hangs. With a XP Client running all normally.
i make several tunning options (socket options, write raw,...) but no
change.
any idea?
thx
chris
2008 Jul 13
2
GoldWave 5.08 doesn't work
GoldWave v 5.08 does not work. It starts, but when try to
load any .wav file after pressing "Play" button it plays
file endlessly. After pressing "Stop" button, playing
loops - it plays endless some final part until program
will closed. I had done log with +relay,+seh,+text
parameters. It is relative big, so I do not attach it.
Instead, I pack it with BZip2 and place to