#!/bin/csh # # Description: This script set the environment variables # for Pulseaudio and Flash # # # # setenv FLASH_FORCE_PULSEAUDIO 1 #Force flash to use PulseAudio should be autodetect by default # setenv FLASH_AUDIODEBUG 1 #If you want to see debug from the flash audio # setenv 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: # setenv PULSE_SERVER 192.168.0.5