Displaying 5 results from an estimated 5 matches for "audiodevice".
Did you mean:
audio_device
2002 Nov 03
0
python bindings and ao lockup
....output
retval = thread.start_new_thread(self.play_as_thread, args)
<p>def play_as_thread(self, song_file, output):
print self.get_name() + " started"
vf = ogg.vorbis.VorbisFile(song_file)
print "Vorbis File Object Created"
dev = ao.AudioDevice(ao.driver_id('esd'))
print "Entering the While Loop to actually play song"
while self.playing == TRUE:
(buff, bytes, bit) = vf.read(4096)
data = int(vf.time_tell()),int(vf.time_total(0))
output.append(data)...
2009 Jan 31
7
Darwine stopped working
I downloaded and installed Darwin 1.1.5 to run Sturmovik IL2 1946. It worked fine yesterday but today, it will not load the application. Everything seems to start normally, but I get the following message in the Wine Log:
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
2010 Jun 24
2
Why not pulseaudio?
...fully slow or with latency varying while recording, leading to unpredictable offsets in recorded files.
Using pulseaudio driver I can without problems play and record projects with cockos reaper, the latency is good enough for my home desktop (which is 6 years old!), and I can access and use every audiodevice I like within the reaper program. Even using one device for input and another for output works great! Without time offset between devices! This proves that wine with pulseaudio works really great (similar to asio4all on windows), and is only one patch away!
So, for my home recording I will of cour...
2005 Aug 10
6
USB handset wanted
Hello all asterisk users!
Question: Does anybody know about any good USB handset that would
understand SIP and Asterisk and will run with Linux?
I have found tons of them, but they are mainly only supported in Windows
environment.
I would like to set up new phone system in our company that would be
based on asterisk acting as PBX and SIP.
If you have any suggestions, please let me know. Any
2011 Jun 24
0
Wine release 1.3.23
...r Leslie-Hughes (1):
xmllite: Added interface IXmlWriter.
Andrew Eikum (8):
mmdevapi: Sessions should be unique per-device.
winecoreaudio.drv: Initialize audio description flags.
msacm32: Also load ACM drivers from key values.
winecoreaudio: Set AudioQueue volume, not AudioDevice volume.
mmdevapi: Don't crash if a driver fails to load.
mmdevapi: Fix refcounts in IAudioClient::GetService.
winealsa.drv: Be less choosey about sample rates.
mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
Andrew Nguyen (15):
dxdiag: Improve the command-...