similar to: Build under XP with mingw: again about wave_out modules

Displaying 20 results from an estimated 400 matches similar to: "Build under XP with mingw: again about wave_out modules"

2005 Jul 20
1
Build under XP with mingw
Hello, ev'ryone, i'm Elio and i don't know how to contact John Francis Edwards, author of the wave_out.[ch] modules for speex, so i write here. I tried to build speex under my winXPsp2 environment using MSYS-1.0.10 and MinGW-3.4.2 with bad results. Well, not so bad, the build completes successfully and speexenc works fine, encoding well-sounding voices; the problem comes with
2016 Jul 11
0
[PATCH] wave_out: fix casts
--- src/wave_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wave_out.c b/src/wave_out.c index 57b5703..0f871b9 100644 --- a/src/wave_out.c +++ b/src/wave_out.c @@ -71,7 +71,7 @@ Box ( const char* msg ) */ static void CALLBACK -wave_callback ( HWAVE hWave, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2 ) +wave_callback ( HWAVEOUT hWave, UINT
2011 Feb 10
2
Start domain with usable QMP connection?
Is there any way to get virsh / libvirt to create a domain such that I can later connect to it via QMP (without hacking the code)? The command line that libvirt creates for my current setup looks like this: /usr/local/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 512 -smp 1,sockets=1,cores=1,threads=1 -name winxpsp2 -uuid ab244939-c804-1aff-68b6-9324f174c3c8 -nodefconfig -nodefaults
2006 Nov 29
1
ISOLinux Windows / linux Install DVD
I am trying to create a DVD with ISOLinux as the bootloader to allow my users to select to install either Linux or Windows. Having read the article http://syslinux.zytor.com/archives/2002-October/001135.html i am left in a bit of a confused state as it sort of half explains things. All i think i need to know is: 1. What files are needed to boot windows? 2. Where do i have to place the
2010 Nov 26
3
how to set default audio track?
Hallo oggs, i googled it but still can't find any answer: how can i set default audio track? I transcode my dvds to ogg, i use gst-launch for it: gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \ oggmux name=mux ! filesink location=out.ogg \ demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample ! audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \ taginject
2006 Oct 19
0
Thoggen 0.6.0 "Procrastination" released
Hi, Thoggen 0.6.0 has just been released. Get it from: http://thoggen.net/download/ With this release Thoggen has finally been ported to GStreamer-0.10. It also contains a nicer cropping dialog and a nicer preview dialog. Please note the recommended versions of some plugins in the requirements list. ------------------------ What is Thoggen? ------------------------ Thoggen is a DVD backup
2010 Nov 26
0
how to set default audio track?
Typically video players will play back the last audio track in a Ogg Theora file, because it is the last one that they see. There is no way to specify which is the "default" audio track and it would not make sense anyway. If you are a German speaker, your "default" would be the German audio track - if you are a native English speaker, it would be the English audio track. So,
2005 Jan 12
0
Thoggen 0.2 released
Hi, Thoggen 0.2 has just been released. Get it from: ?http://thoggen.net/download/ In addition to the source tarball there is also a .deb package for debian sid available. ------------------------ What is Thoggen? ------------------------ Thoggen is a DVD backup utility ('DVD ripper') for Linux, based on Gtk+ and GStreamer. It creates ogg/theora video files and features an
2005 Mar 17
1
Thoggen 0.3 'Leopard' released
Hi, Thoggen 0.3 has just been released. Get it from: ?http://thoggen.net/download/ In addition to the source tarball there is also a .deb package for debian sid available. ------------------------ ?What is Thoggen? ------------------------ Thoggen is a DVD backup utility ('DVD ripper') for Linux, based on Gtk+ and GStreamer. It creates ogg/theora video files and features an
2004 Sep 17
0
Why so many lossless formats?
Oops, I was a bit sloppy in my organization, and also sloppy on a few facts. I did not intend to imply that A-52 was lossless - I was merely using it as an example of an open specification format that cannot be implemented and sold without being licensed. I'm glad that we are finally getting lossless formats accepted in large public standards. The liba52 library may not be legal. I
2005 Jan 19
1
5.1 streams into ogg.vorbis
Hallo, I'd like to get all channels of an ac3 5.1 stream coded into vorbis. With sox and oggenc it doesn't seem to work. Does anyone know a tool that can do this under linux? The ac3 stream is also avialabe as wav6 file converted by the cvs version of a52dec. This wav6 file contains one stereo stream and 3 mono streams. Is there a convention which stream number in an ogg file means
2014 Sep 18
2
repos...
is rpmforge now considered 'friendly' with EPEL? I normally only use EPEL as an addition repo, but one package I want to install on this one system is ffmpeg, and I'm finding it on rpmforge only... but its install wants to mix epel and rpmforge packages... Installing: ffmpeg x86_64 0.6.5-1.el6.rf rpmforge 2.7 M Installing for dependencies: a52dec
2006 Feb 19
1
diff to vorbis-tools-1.1.1
Hallo everybody, I just created a small patch for oggenc to be able to read and encode wav6-files. This files are of micro$ofts WAVEFORMATEXTENSIBLE format type and can contain multiple channels. a52dec can produce this type of file from ac3 streams. Might be it would be better to teach oggenc to read ac3 streams natively. There is probably a better way to encode low frequency channels
2010 Feb 26
1
help system works under IE but not Firefox
I just upgraded to 2.10.1 on a WinXPSP2 machine. When I type help.start() R attempts to open a browser session at http://127.0.0.1:27594/doc/html/index.html using my default browser (Firefox 3.6) and is unable to connect. If I then open the same page using IE 8, it works just fine. How do I fix/change R so that it works with Firefox? Thanks Bill William J. Raynor, Jr. Ph.D. Technical Leader III
2007 Sep 22
1
Echo Cancellation Problem -- with sound sample
Hello all, I am trying out the echo cancellation of Speex (1.2beta2) on Windows XP. I use the Windows Media API (i.e. waveInOpen, waveOutOpen etc) for playback and capture, but I cannot make echo cancellation works in my use case. Here is a description of what I tried: (the sound is in 8kHz and 16 bits per sample, the frame size is 240, tail_length is long enough to cover the far end to near end
2010 Jan 12
7
Rhythmbox won't play mp3 files
Hi all; I'm actually running RHEL 5.4 I installed the rpmforge centos repo (and disabled it). Then I installed the following: yum --enablerepo=rpmforge install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime yum --enablerepo=rpmforge
2018 Nov 29
0
Wine release 3.0.4
The Wine maintenance release 3.0.4 is now available. What's new in this release (see below for details): - Added a lot of icons in Shell32 - Various bug fixes The source is available from the following locations: https://dl.winehq.org/wine/source/3.0/wine-3.0.4.tar.xz http://mirrors.ibiblio.org/wine/source/3.0/wine-3.0.4.tar.xz Binary packages for various distributions will be
2007 Mar 16
0
MeetingMaker 7.5 on CentOS 4 under Wine?
Has anyone gotten MeetingMaker 7.5 to work right in wine? The app starts, but none of the text shows up at all. I did add the msttcorefonts-1.3-4.noarch.rpm, so I could see the text in Wine Config. I even copied all of the fonts from my WinXPSP2 box to the ~/.wine/drive_c/windows/fonts directory. What did I miss? After I get this running, I'm going to try to get Remedy ARS v6 running in
2007 Mar 20
0
MeetingMaker 7.5 on CentOS 4.4 under Wine 0.9.32?
Has anyone gotten MeetingMaker 7.5 to work right in Wine? The app starts, but none of the text shows up at all. I did add the msttcorefonts-1.3-4.noarch.rpm, so I could see the text in Wine Config. I even copied all of the fonts from my WinXPSP2 box to the ~/.wine/drive_c/windows/fonts directory. What did I miss? After I get this running, I'm going to try to get Remedy ARS v6 running
2005 Jun 30
0
samba 3.1 Mandrake 10.2
Hi I tried to search for the aneswer but this is simply to much to browse. And I am quite newbie. Problem: I created a public share, onto which I can log no problem, however I'd like to have homedirs available. I added few of the users I want to have this feature to smbpasswd but can't log in. The critical switch is a map to guest, as soon as I switch it from bad user to anything else.