sounds
-
LordNaikon
- Posts: 164
- Joined: Wed May 05, 2004 5:34 pm
- Location: Germany Berlin
- Contact:
h ah ahah ah a!
That's because I was forced to learn some basic stuff since the Ca3de engine forums are completely in German, so I had to learn a lot of words, and some basic phrases to be able to understand better some of the posts (the ones that are not in English). But my favorite still is:
ich liebe dich
h aha ha h a
specially from a nice looking lady!!!!!
cheers
That's because I was forced to learn some basic stuff since the Ca3de engine forums are completely in German, so I had to learn a lot of words, and some basic phrases to be able to understand better some of the posts (the ones that are not in English). But my favorite still is:
ich liebe dich
h aha ha h a
specially from a nice looking lady!!!!!
cheers

-
Peter Müller
- Posts: 292
- Joined: Sun Mar 14, 2004 5:28 pm
- Location: Germany
- Contact:
If you want to say 'Ich liebe dich' in Berlin, you have to say 'Isch libe disch', otherwise, most citizens wont understand you, right LordNaikon 
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
-
LordNaikon
- Posts: 164
- Joined: Wed May 05, 2004 5:34 pm
- Location: Germany Berlin
- Contact:
NO !! don't know where you get those berlin dialekt ??
better you say " ick lieb da wa!"," komm wir jen nen broiler und ne boulette essen wa!"," ick find da richtik schnieke wa!"
and if you have trouble with a berlin guy: " ick roch dir in da pfeife keule!"

better you say " ick lieb da wa!"," komm wir jen nen broiler und ne boulette essen wa!"," ick find da richtik schnieke wa!"
and if you have trouble with a berlin guy: " ick roch dir in da pfeife keule!"
q|^.^|p beeing every time friendly to everyone
sys: 2500+Barton 512MB 6600GT WinXP
sys: 2500+Barton 512MB 6600GT WinXP
-
Peter Müller
- Posts: 292
- Joined: Sun Mar 14, 2004 5:28 pm
- Location: Germany
- Contact:
Sorry, don't know how to explain this in english
@LordNaikon:
Was ist den die Hauptstadt der Türkei?
@LordNaikon:
Was ist den die Hauptstadt der Türkei?
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
-
LordNaikon
- Posts: 164
- Joined: Wed May 05, 2004 5:34 pm
- Location: Germany Berlin
- Contact:
-
Peter Müller
- Posts: 292
- Joined: Sun Mar 14, 2004 5:28 pm
- Location: Germany
- Contact:
We've got the same (don't want to say problem). In the main school (Hauptschule *g*) near my school are mainly turks. Thats a getto 
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
-
LordNaikon
- Posts: 164
- Joined: Wed May 05, 2004 5:34 pm
- Location: Germany Berlin
- Contact:
1. don't know what peter is trying to say?
maybe the government of germany don't cares enough about turkish immigrants so thats cousing gettos
2. nothing ! we are drifted away from sounds to dialects and then to the capital of turkey
we better close this topic ond come back to sounds
maybe the government of germany don't cares enough about turkish immigrants so thats cousing gettos
2. nothing ! we are drifted away from sounds to dialects and then to the capital of turkey
we better close this topic ond come back to sounds
q|^.^|p beeing every time friendly to everyone
sys: 2500+Barton 512MB 6600GT WinXP
sys: 2500+Barton 512MB 6600GT WinXP
Hi guys!!! I'm back, my isp was down for 4 days!!!! I almost die!!!
mmmmhhhh, things are getting a bit off topic here. Dunno what you guys (Peter and Lordnaikon) mean by all that but it (My German knowlede only understands Vorschau and Speichem, which is all I need in the German forums, but whatever you guys are saying about other people's races sure doesn't sound good.
Please let's get back to the sounds issue. Anybody has had success adding it to a level?
cheers
mmmmhhhh, things are getting a bit off topic here. Dunno what you guys (Peter and Lordnaikon) mean by all that but it (My German knowlede only understands Vorschau and Speichem, which is all I need in the German forums, but whatever you guys are saying about other people's races sure doesn't sound good.
Please let's get back to the sounds issue. Anybody has had success adding it to a level?
cheers

-
LordNaikon
- Posts: 164
- Joined: Wed May 05, 2004 5:34 pm
- Location: Germany Berlin
- Contact:
-
Peter Müller
- Posts: 292
- Joined: Sun Mar 14, 2004 5:28 pm
- Location: Germany
- Contact:
code snips, please.LordNaikon wrote:i implemented it in my projekt and its working fine
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
-
LordNaikon
- Posts: 164
- Joined: Wed May 05, 2004 5:34 pm
- Location: Germany Berlin
- Contact:
i used the code you posted 1 site before!!
if you want
if you want
Code: Select all
#include <irrlicht.h>
#include <audiere.h>
#include <stdio.h>
#include <windows.h>
using namespace irr;
using namespace audiere;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using namespace gui;
#pragma comment(lib, "Irrlicht.lib")
#pragma comment (lib, "audiere.lib")
Code: Select all
int main()
{
AudioDevicePtr audiereDevice;
OutputStreamPtr stream;
audiereDevice = OpenDevice();
if (!audiereDevice)
return 1;
stream = OpenSound(audiereDevice.get(), "data//Fight.mp3", true);
if (!stream)
return 2;
stream->setRepeat(true);
stream->setVolume(1.0f); // 50% volume
stream->play();
.
.
.
{
q|^.^|p beeing every time friendly to everyone
sys: 2500+Barton 512MB 6600GT WinXP
sys: 2500+Barton 512MB 6600GT WinXP