similar to: OpenAl and Vorbis

Displaying 7 results from an estimated 7 matches similar to: "OpenAl and Vorbis"

2009 Feb 24
0
any help with pyogg and pyvorbis?
Dear List, I'm just creating a little application for my openmoko freerunner, unfortunately in python, so that I have to use pyogg and pyvorbis(http://ekyo.nerim.net/software/pyogg/index.html) as wrappers around the C-functions and objects. I've got it all installed, after applying some patches and trying to run an example of encoding a wave-file I just get an empty ogg-file, the
2007 May 22
3
Clicking Problems with slightly clipped audio
It appears that both the echo canceller and the noise reducer (NR) introduce rather severe clicking artifacts when presented with audio that has slightly overloaded the A/D converters. I am talking about speech that sounds just slightly distorted, due to clipping, when simply played back. If I pass that speech through the echo canceller or the noise reducer, it acquires really loud clicks and/or
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
Hi, I am trying to build a binary of Rquantlib package 0.3.5 under Window 7 64bits. I am using mingw gcc version 4.5.1 (tdm64-1) which is a experimental version of 64 bits ming gcc. (http://tdm-gcc.tdragon.net/). I have successfully compiled boost 1.45 and Quantlib 1.0.1 with this gcc. And then when I tried to compile Rquantlib 0.3.5, it reports some error. The first error is like below.
2010 Apr 26
1
Infinity Combat Prototype OpenAL problems
According to the AppDB, the Infinity Combat Prototype works perfectly. Unfortunately, when I try to run it, it freezes when it tries to load OpenAL. I've tried installing the OpenAL stuff linked to on the DB entry: no effect. Stderr shows nothing useful when running it and running it with WINEDEBUG=+openal32 shows nothing more.
2010 Jun 19
1
mmdevapi:MMDevEnum_Create OpenAL support not compiled in
Hello I am trying out a game called Dark Void. It works, installation, and gameplay but the sound does not. When I run it I get the following message: err:mmdevapi:MMDevEnum_Create OpenAL support not compiled in, application will not find sound devices WINE has been compiled with the parameters or flags (don't know which is the correct word): ./configure --prefix=/usr \
2010 Jul 27
0
OpenAL mmdevapi Sound
Curious, currently I compiled the wine-pulse patches into wine for my sound (had issues with alsa/wow but pulse works great). He mentions on his page about it being made redundant by a future wine build that will have mmdevapi with OpenAL or something. Was wondering when this was coming down the pike, unless it's already made it, and if it has how do i enable it. -- Sincerely, MacNean C.
2017 Jun 29
2
Creating two groups of random numbers
Hi all, I want to create two groups of random numbers to calculate proportions. The first group is to represent the number of cases in a study. The second group is to represent the sample size of the study. Apparently, the sample size is going to have to be bigger or equal to the number of cases, but the sample size of a study is not necessarily greater than the number of cases of another study.