#!/bin/sh # # Description: This script set the environment variables # for Pulseaudio and Flash # # # export FLASH_FORCE_PULSEAUDIO="1" #Force flash to use PulseAudio should be autodetect by default # export FLASH_AUDIODEBUG="1" #If you want to see debug from the flash audio # export FLASH_PULSEDEBUG="1" #If you want to know the delay from the sound #If your PulseAudio daemon is running remotely Flash cannot autodetect it. Therefore, you'll need to specify the PULSE_SERVER environment variable: # export PULSE_SERVER=192.168.0.5