FGCom (before 3.0): Difference between revisions

Jump to navigation Jump to search
→‎Solving Audio-Problems: OpenAL-soft uses a different configuration file format.
(→‎Solving Audio-Problems: adding help for USB-Headsets)
(→‎Solving Audio-Problems: OpenAL-soft uses a different configuration file format.)
Line 669: Line 669:
*if ".alsoftrc" does not exist
*if ".alsoftrc" does not exist
**Check if there is a (old version) ".openalrc"  
**Check if there is a (old version) ".openalrc"  
***if yes: rename that to ".alsoftrc"
***if yes: Check if you really use the old OpenAL library and not the newer OpenAL-soft library. If still have the old you put something like this in ".openalrc":
***if not crate a new  ".alsoftrc"
  (define devices '(alsa))
*If not already done so insert into the file “.alsoftrc” the following :
  (define devices '(alsa))  
  (define alsa-out-device "plug:dmix")
  (define alsa-out-device "plug:dmix")
 
**if not, create a new ".alsoftrc" file and insert something like the following into it:
 
format = AL_FORMAT_STEREO16
cf_level = 1
drivers = alsa
[alsa]  # ALSA backend stuff
device = plug:dmix
capture = plug:dsnoop
The system wide OpenAL-soft configuration file may be /etc/openal/alsoft.conf or similar. It usually contains comments describing all possible configuration options.


'''USB-Headsets-Problems with Linux (Ubuntu)'''<br>
'''USB-Headsets-Problems with Linux (Ubuntu)'''<br>
829

edits

Navigation menu