Page 1 of 1

[ASK & SHARE] Game Editor Alsa (Ubuntu user)

PostPosted: Wed May 23, 2012 3:39 am
by Bee-Ant
Firstly I want to ask, has the Game Editor Alsa version been fixed for the exported exe to be able to play music and sound? I don't know where to check the recent update.

Since the Game Editor Alsa I use currently the sound and music only work in editor mode (still silent in export version), I use this method to run export with music:
1. Download pulseaudio-utils through terminal:
Code: Select all
apt-get install pulseaudio-utils

2. Make a bash script to run the export file with text editor:
Code: Select all
#!/bin/bash
padsp ./YourExportFileNameHere

Save it in the same directory with your export file. Name it "Runner.sh" or something.
That's all. Double click Runner.sh to run your game. You will be able to hear the music and sound this time.

Re: [ASK & SHARE] Game Editor Alsa (Ubuntu user)

PostPosted: Wed May 23, 2012 5:05 am
by skydereign
No, there was never an export compiled for the alsa version. akr made it at our request, but it was never finalized (which is why it isn't in the normal download). The 1.5 release will have the alsa export working properly.

Re: [ASK & SHARE] Game Editor Alsa (Ubuntu user)

PostPosted: Wed May 23, 2012 2:20 pm
by Hblade
This is a good idea. Using pulse audio for that. Isn't there also a way to use alsa by a command line? It doesn't matter to me though, which ever one as long as it works :3