Advertisement
Guest User

Faheem

a guest
Dec 30th, 2008
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. # Configuration file for the audio service
  2.  
  3. # This section contains options which are not specific to any
  4. # particular interface
  5. [General]
  6.  
  7. # Switch to master role for incoming connections (defaults to true)
  8. Master=true
  9.  
  10. # If we want to disable support for specific services
  11. # Defaults to supporting all implemented services
  12. #Disable=Control,Sink,Source
  13.  
  14. # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
  15. # Defaults to HCI
  16. SCORouting=PCM
  17.  
  18. # Headset interface specific options (i.e. options which affect how the audio
  19. # service interacts with remote headset devices)
  20. [Headset]
  21.  
  22. # Set to true to support HFP (in addition to HSP only which is the default)
  23. # Defaults to false
  24. HFP=false
  25.  
  26. # HFP Gateway features
  27. # Defaults to false
  28. 3WayCalling=false
  29. EchoCancelNoiseCancel=false
  30. VoiceRecognition=false
  31. InBandRingtone=false
  32. VoiceTags=false
  33. RejectingCalls=false
  34. EnhancedCallStatus=false
  35. EnhancedCallControl=false
  36. ExtendedErrorResultCodes=false
  37.  
  38. # Just an example of potential config options for the other interfaces
  39. #[A2DP]
  40. #SBCSources=1
  41. #MPEG12Sources=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement