Spelkontroll  ::  Emulation64  ::  DCEmu.co.ukNetwork Sites:    About  ::  Hosting  ::  Donate 
Home Files Forums Reviews Guides Articles Interviews



Welcome to EmuTalk.net

Go Back   EmuTalk.net > N64 Emulation > Mupen64

Welcome to EmuTalk

Reply
 
Thread Tools Display Modes
Old October 31st, 2003, 15:07   #1
Hacktarux
Moderator
 
Hacktarux's Avatar
 
Join Date: Nov 2001
Location: France
Posts: 1,165
Hacktarux is a glorious beacon of light
Send a message via Yahoo to Hacktarux
Guilherme's alsa plugin 0.4
It's released in this thread and here's what Guilherme had to say about it:
"This version is working quite well but the sound is not good, it has too much noise. But I hope I will get rid of this some time "
Attached Files
File Type: bz2 mupen64_alsasnd-0.4.tar.bz2 (25.9 KB, 665 views)
Hacktarux is offline   Reply With Quote
Old October 31st, 2003, 20:57   #2
txOjO
MDKEiToR
 
txOjO's Avatar
 
Join Date: Oct 2003
Location: Bizkaia
Posts: 87
txOjO is just really nice
Send a message via MSN to txOjO
Tux Sound much better than my DVD ...
GOD GOD GOD GOD and GOOD and GOOD and GOOD and GOOD!
I say this for the 4th time.
This is (for me) the best plugin tried in mupen64.
Old betas, not bad but the sound isn't good in various games.
In the 0.3 , turn around my words
In this release , (the best) the sounr is near perfect in any game i tried.
GOD and GOOD work Guillerme !!!
txOjO is offline   Reply With Quote
Old November 1st, 2003, 11:56   #3
guilhermef
EmuTalk Member
 
Join Date: Sep 2003
Posts: 16
guilhermef is just really nice
Quote:
Originally Posted by txOjO
GOD GOD GOD GOD and GOOD and GOOD and GOOD and GOOD!
I say this for the 4th time.
This is (for me) the best plugin tried in mupen64.
Old betas, not bad but the sound isn't good in various games.
In the 0.3 , turn around my words
In this release , (the best) the sounr is near perfect in any game i tried.
GOD and GOOD work Guillerme !!!

Thank you! Now, if I just could ask you, did you try to fuss with the options and values available in the configuration dialog? Specially the one about synchronization... If you did ( or will do ) please let me know. Once againg, thanks!
guilhermef is offline   Reply With Quote
Old November 2nd, 2003, 00:24   #4
txOjO
MDKEiToR
 
txOjO's Avatar
 
Join Date: Oct 2003
Location: Bizkaia
Posts: 87
txOjO is just really nice
Send a message via MSN to txOjO
Tux
Yes i'ts fine!
Only found a problem when compilation , reference to the channels or similar.
But nothing more important for a global compilation(in gui select channels only crash).
Sorry remember one thing ...
I try "better syncronization" for pure alsa, but nothing changes noted.
Some games speedy audio with all the options available
Example: Diddy kong racing plays at full speed(on my machine) but the sound are buggy in various stages, try better sound syncronization and the results is more buggy(buggy= some ralentizations) and in the 0.3b not.
The syncronization is better with this option activated or not(0.4b) than a 0.3b
Sorry if my bad english isn't capably read for you ,I try to study some in this year

Last edited by txOjO : November 2nd, 2003 at 00:33.
txOjO is offline   Reply With Quote
Old November 27th, 2003, 11:19   #5
Zilla
東京に
 
Zilla's Avatar
 
Join Date: Aug 2002
Posts: 219
Zilla is just really nice
I'm unable to compile this under mdk 9.2, is it possible to post a binary?
--------------------
Zilla is offline   Reply With Quote
Old November 27th, 2003, 12:19   #6
guilhermef
EmuTalk Member
 
Join Date: Sep 2003
Posts: 16
guilhermef is just really nice
Binary version
Quote:
Originally Posted by Zilla
I'm unable to compile this under mdk 9.2, is it possible to post a binary?
I'm not sure... you see, if you could not compile maybe some required library is not available in your system, not because of any incompatibility - I use Mdk 9.1 and there is virtually no difference between these two versions - but because it is not installed. This plugin requires:

- libgtk+1.2 ( -devel to compile );
{ Warning: the script gtk-config is mandatory and is included in the devel package; it needs to be in your $PATH }
- libglib1.2 ( -devel to compile );
- libalsa2-0.9( -devel to compile );
- libstdc++5 (-devel to compile );
{ Warning: mdk provides compatibility versions of libstdc++; only version 5 will work }

To compile it, basically, that is what you need. So, check whether you have these packages installed and should you still encounter problems mail me the results of the compilation, like this:
make 2>output.txt ( without spaces between '2' and '>' ).

Based on this file I will be able to tell the problem, and maybe provide you with a binary version

Guilherme
guilhermef is offline   Reply With Quote
Old November 27th, 2003, 19:59   #7
txOjO
MDKEiToR
 
txOjO's Avatar
 
Join Date: Oct 2003
Location: Bizkaia
Posts: 87
txOjO is just really nice
Send a message via MSN to txOjO
Tux
I havn't problem with mandrake 9.2 or compilation
The best ALSA plugin made gillermef.
Maybe...next version expect much more
Have you got idea from how make sound with 5.1 channels? don't "work"(the option 4 chan , 5 chan or 6 chan) in my machine, only the two channels can do, and sound is very good on the 6 speakers
txOjO is offline   Reply With Quote
Old November 28th, 2003, 07:51   #8
russofris
EmuTalk Member
 
Join Date: Nov 2003
Posts: 24
russofris is just really nice
Good afternoon,

I am attempting to compile this and am receiving the following error.

Code:
h2so4 alsa_plugin # make g++ -DNO_DEBUG -DNDEBUG -O2 -Wall -mcpu=athlon-xp -march=athlon-xp -fomit-frame-pointer -ffast-math -fno-rtti -c -o audio.o audio.cpp audio.cpp: In member function `bool Plugin_Audio_Driver::initAlsa()': audio.cpp:195: error: non-lvalue in unary `&' make: *** [audio.o] Error 1
I noticed that the tar.gz that you posted was for P4 only, so I set the march and mcpu to athlon-xp. This does not resolve the problem though, and I believe that the error stems from me running GCC 3.3.2 (as opposed to 3.2 as stated in the readme) on my gentoo box. Any suggestions would be greatly appreciated.

Thank you for your time,
Frank Russo
russofris is offline   Reply With Quote
Old November 28th, 2003, 11:42   #9
Zilla
東京に
 
Zilla's Avatar
 
Join Date: Aug 2002
Posts: 219
Zilla is just really nice
The above error is the same as mine, I'm also using an Athlon. (Hmm seems I've broken a lot of things in Mandrake.. )
--------------------
Zilla is offline   Reply With Quote
Old November 28th, 2003, 12:30   #10
guilhermef
EmuTalk Member
 
Join Date: Sep 2003
Posts: 16
guilhermef is just really nice
Quote:
Originally Posted by russofris
... This does not resolve the problem though, and I believe that the error stems from me running GCC 3.3.2 (as opposed to 3.2 as stated in the readme)
You're right. GCC with every version becomes more and more strict and more compliant with the standards, which is very good. Now, the code in that line ( 195 ) is really misconstrued and gcc 3.3 is right to complain. It is fixed in the new version( unreleased ) but for now you could comment out the line ( precede it with a // ) and put instead: var_int = 2;

Luckily this is enough ( I do not have gcc 3.3 ).
Any problems, just drop a line

Guilherme
guilhermef is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
alsa sound plugin 0.3 Hacktarux Mupen64 0 October 24th, 2003 17:17
Guilhermef's ALSA plugin 0.2 Martin Sound Plugins Archive 0 October 4th, 2003 17:14
Guilhermef's ALSA plugin 0.1 Martin Sound Plugins Archive 0 October 4th, 2003 17:12
TR64 OpenGL Plugin 0.4 Martin Graphic Plugins Archive 0 February 23rd, 2003 02:39
help me please, im stupid stupid_noob 1964 8 September 9th, 2002 03:47


All times are GMT +1. The time now is 19:31.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.