gnunet-conversation-test.1 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd October 30, 2013
  25. .Dt GNUNET-CONVERSATION-TEST 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-conversation-test
  29. .Nd check your speaker and microphone settings
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  33. .Op Fl h | -help
  34. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  35. .Op Fl v | -version
  36. .Ao Ar URI Ac
  37. .Sh DESCRIPTION
  38. .Nm
  39. can be used to check your speaker and microphone settings.
  40. It will record you for five seconds and then play the recording back to you.
  41. If this fails, you might want to use the \fBpavucontrol\fP tool to check which microphone or speaker were assigned to GNUnet by PulseAudio (you may have more than one set of microphones or speakers known to your computer).
  42. You can use gnunet-conversation-test without having a peer running on your computer.
  43. .Bl -tag -width indent
  44. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  45. Use the configuration file FILENAME.
  46. .It Fl h | -help
  47. Print short help on options.
  48. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  49. Use LOGLEVEL for logging.
  50. Valid values are DEBUG, INFO, WARNING and ERROR.
  51. .It Fl v | -version
  52. Print GNUnet version number.
  53. .El
  54. .\".Sh EXAMPLES
  55. .Sh SEE ALSO
  56. .Xr gnunet-conversation 1
  57. .sp
  58. The full documentation for gnunet is maintained as a Texinfo manual.
  59. If the
  60. .Xr info 1
  61. and gnunet programs are properly installed at your site, the command
  62. .Pp
  63. .Dl info gnunet
  64. .Pp
  65. should give you access to the complete handbook,
  66. .Pp
  67. .Dl info gnunet-c-tutorial
  68. .Pp
  69. will give you access to a tutorial for developers.
  70. .sp
  71. Depending on your installation, this information is also available in
  72. .Xr gnunet 7 and
  73. .Xr gnunet-c-tutorial 7 .
  74. .\".Sh HISTORY
  75. .\".Sh AUTHORS
  76. .Sh BUGS
  77. Report bugs by using
  78. .Lk https://bugs.gnunet.org
  79. or by sending electronic mail to
  80. .Aq Mt gnunet-developers@gnu.org .