Displaying 20 results from an estimated 700 matches similar to: "Downloading and setting X3DAudio"
2011 Mar 24
0
New winetricks 20110324: fix mac bug, new option --force, new verbs wglgears, hordesoforcs2_demo, experimental steam support
Another week, another winetricks. (A bit early because of the macosx fix.)
Highlights:
Fixes install check on macosx; many other small bugfixes and updates, too.
For vineyard compatibility, don't explode if a wineprefix has spaces
in the subdir name.
New option --force for when you want to override the dependency check
Experimental support for Steam games, see new verbs
alienswarm_steam,
2011 Jul 09
4
Installing xaudio2 (Serious Sam Second Encounter HD)
Is there a way to install xaudio2 without using the large `winetricks directx9' ?
I am asking because I would like to try serious sam second hd, but in a clean wineprefix it does not start asking for a xaudio2 dll.
I copied that .dll inside the game directory, but the game starts soundless and it shows an error about an non-updated xaudio2.
A part of the lack of the audio the game runs
2011 Apr 02
0
New winetricks 20110402: New verbs acreedbro, bttf101, cim_demo, crysis2, trainztcc_2004, trine_steam, trine_demo_steam, utorrent3, xact_jun2010
Another fortnight, another Winetricks.
This one has a heap of bug fixes (e.g. works again in kde,
don't think glsl=disabled means disabling glsl.dll,
don't expolode if a wineprefix has single quotes in the name),
and the following new verbs:
DLLs:
d3dx11_42
xact: now also installs xapofx1_1.dll
xact_jun2010: newer version of xact for games that need e.g. xapofx1_4
Apps:
utorrent3: new
2004 Aug 06
1
Good mp3-player with stdout-ouput for unix?
Hi,
as I am sending PCM-data over the stdin to ices2, i need a good mp3-player
wich runs at the console and is able to output pcm to stdout.
So far i tried mpg123 and xaudio, but each had problems. mpg123 wasn't able
to play some songs, particularely with varibale bitrate and xaudio played
some songs and afaik most mp3pro-shit in double speed, even if it's 44.1khz.
Does anyone know a
2015 Oct 16
0
Wine release 1.7.53
The Wine development release 1.7.53 is now available.
What's new in this release (see below for details):
- Support for the various versions of XAudio.
- More implementation of the Web Services DLL.
- Improved OLE object embedding.
- Various code cleanups in Direct3D.
- New MAINTAINERS file and Signed-off-by requirement to
improve the patch review process.
- Various bug fixes.
2008 Feb 08
2
how to get flac fingerprint from a wav?
Great info. I found some descriptions of st5 (md5 fp) and ffp, where
I assume that "fp" is just a Taper abbreviation for "fingerprint" -
or signature as it's called in the flac header. However, I could not
find these utilities or source code. What I found looked like
instructions for a gui-based program. I think it would be easier to
support Mac if st5 were
2012 Oct 16
1
cannot open gplots libray
hi all
i'm trying to open gplots library but i keep on getting this error:
/Loading required package: gdata
Error in readRDS(mapfile) : embedded nul in string: 'ref\0\0\002\0\0\0\0'
Error : unable to load R code in package ?gdata?
Error: package ?gdata? could not be loaded/
if i run session info the results are:
/> print(sessionInfo())
R version 2.15.1 (2012-06-22)
Platform:
2008 Feb 08
0
how to get flac fingerprint from a wav?
shntool (http://etree.org/shnutils/, http://shnutils.freeshell.org/)
is Windows-only, but the source is available.
> Great info. I found some descriptions of st5 (md5 fp) and ffp, where I
> assume that "fp" is just a Taper abbreviation for "fingerprint" - or
> signature as it's called in the flac header. However, I could not find
> these utilities or source
2012 May 05
2
creating a new column assigning values of other columns
Hello,
?
I have to create a new column from the values of other columns of a data frame. The new?column (y$n) is created imposing a condition (using a third variable y$h) that assigns the values of two time variables (y$b and y$timepos). Here's the piece of code to get there (using the attached files):
?
xact <- read.table("act.lig", sep = ',',
2011 Jun 02
1
MD5 Signature Mismatch
--- Brian Willoughby <brianw at sounds.wa.com> wrote:
There are no uncompressed files here, so it's difficult to discover what you need
to know.
--- end of quote ---
I've asked him for the uncompressed first track to see what the correct md5 should
be
--- Brian Willoughby <brianw at sounds.wa.com> wrote:
This could be an uploading problem. There are still too many
2008 Jun 10
1
Histogram of gaps
Hi
I consider myself not a complete beginner in R, however an elegant
solution to this problem stumps me. I have a fairly long time series of
60000 or so points, I need to gather the data to create a histogram of
the length of continuous zero periods in a data set.
So image the data looks like this (where as a pre-condition all numbers
are single digit so assume commas if you which, I have the
2005 Sep 10
1
AGI problem with library path
Hi List,
My AGI seems work well in asterisk -vvvc mode,
other than that it doesn't work.
Its seems to me, when I run asterisk as daemon (service asterisk start ..
on fc4), it doesn't know about my library path.
How can pass libray path to my AGI script or asterisk?
Thanks
2008 Feb 04
1
garchFit (PR#10698)
Full_Name: Scott Yonker
Version: R for OSX Cocoa
OS: Mac OSX
Submission from: (NULL) (24.208.185.211)
The garchFit function in the Rmetrics libray cannot estimate ARCH models,
meaning that the number of beta terms in the model must be greater than zero.
For this function neither p nor q can be set to zero without an error. The
problem lies in both the specification of the objective function
2004 Aug 06
2
Protocol
jaromil,
> >
> > wanted to ask again if someone has some online documentation on the
> > icecast (or shoutcast) protocol at the socket/data level.
>
> have a look into MuSE/libmpeg/httpinput.cc (http://muse.dyne.org)
> i hope that code can help you figuring out
>
No actually not. It just makes the connection to the shoutcast/icecast
server. I've gotten this
2007 Nov 11
1
Removing axes / frame from plot()
R Help
Feel sure there is a simple answer to this but answer has eluded me so far.
NB. Using R 2.6.0.
I am plotting a simple chart using plot():
plot(df, ylim=c(as.numeric(min(df)), as.numeric(max(df))), col="OliveDrab",
xlab="", ylab="")
What I would like to do is have this chart appear such that there is only an
x and a y axis. I do not want a frame around my
2009 Jun 08
0
New winetricks 20090607: new verbs d3dx9, fontsmooth-foo, vb2run, vcrun2008sp1, wme9, xact
Another, er, quarter, another winetricks.
Online as always at
http://kegel.com/wine/winetricks
or
http://winezeug.googlecode.com
Thanks to Austin English for taking on most of the work keeping
winetricks up to date!
(And apologies for my own slowness in doing another release.)
Changes since 20090116:
------------------------------------------------------------------------
r491 |
2011 Sep 14
1
[nut-commits] svn commit r3225 - trunk/tools/nut-scanner
On Wed, 2011-09-14 at 12:24 +0000, Charles Lepple wrote:
> Author: clepple-guest
> Date: Wed Sep 14 12:24:58 2011
> New Revision: 3225
> URL: http://trac.networkupstools.org/projects/nut/changeset/3225
>
> Log:
> Silence redefined PACKAGE_ macro warnings
>
> This should be fixed properly upstream, but in the mean time, the SNMP-based
> tools can't use these
2006 Jun 14
2
loading library from network share (PR#8982)
Full_Name: roy kuraisa
Version: 2.2.1
OS: Windows XP SP2
Submission from: (NULL) (155.91.28.232)
When loading a library from network share drive (e.g., \\nnn\f1\f2\p1), when
First.lib is called, the libray name contains "/" instead of "\" resulting in an
invalid Windows filepath.
Here's an example:
>From R,
>
2005 Apr 12
1
R Package: mmlcr and/or flexmix
Greetings
I'm a relatively new R user and I'm trying to build a latent class model.
I've used the 'R Site Search' and it appears there's not much dialogue on
these packages
On mmlcr, I've gotten it working, but not sure if I'm using it correctly.
On flexmix, I can only seem to get results for one class.
I'm attaching my code below - if anyone
2013 Apr 29
1
how to add new rows in a dataframe?
Hi,
dat1<- read.table(text="
id??????????????? t???????????????????? scores
2???????????????? 0??????????????????????? 1.2
2???????????????? 2???????????????????????? 2.3
2???????????????? 3??????????????????????? 3.6
2???????????????? 4??????????????????????? 5.6
2???????????????? 6??????????????????????? 7.8
3???????????????? 0??????????????????????? 1.6
3????????????????