Hi Andrew, > After changing the codec & transmission type in RAT how do I make it stick > after restarts of RAT? > > OS: Linux Fedora Core 8, AG 3.1 (build 1) > RAT: rat-4.4.00-0.1.20071214svn.fc8 > > We've been experimenting with G726-40-16K-Mono (80kbps) vs the default > L16-16K-Mono (256kbps). > > I can see where I could kludge something by replacing the string > "L16-16K-Mono" in > ~/.AccessGrid3/local_services/AudioService/AudioService.py > but simply replacing it with "G726-40-16K-Mono" doesn't work.
You could try commenting out the options.append( "-f" ) and options.append( "L16-16K-Mono" ) lines in AudioService.py , so that RAT will then make the setting stick by storing it in ~/.RATdefaults. Doug