[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] sound crackling and fmod



On 5/1/07, Andrew Pape <andrew_pape@xxxxxxxxxxxx> wrote:
that works fine too now, with the same "export" line. All I do now is write
a simple script that does the export and then runs Python on the demo.
Simple. Thanks again John, and thanks also to takis and others for your help
too.

You don't need to write a wrapper for this.

$ echo "export SDL_AUDIODRIVER=dsp" >> ~/.bashrc

Your ~/.bashrc file gets sourced everytime you run a bash shell (which
is anytime you run a #!/bin/bash, #!/usr/env python, etc)

Ian