mirror of
https://github.com/tiyn/wiki.git
synced 2025-11-26 21:29:46 +01:00
teamspeak: fix spelling
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
# Teamspeak
|
||||
# TeamSpeak
|
||||
|
||||
[Teamspeak](https://www.teamspeak.com) is a voice-over-IP service.
|
||||
[TeamSpeak](https://www.teamspeak.com) is a voice-over-IP service.
|
||||
There are 2 versions currently maintained.
|
||||
Teamspeak3 is the older version.
|
||||
Teampeak5 or just short Teamspeak is the newer version that is not completely released yet.
|
||||
Teamspeak3 servers are also used by Teamspeak5.
|
||||
TeamSpeak3 is the older version.
|
||||
Teampeak5 or just short TeamSpeak is the newer version that is not completely released yet.
|
||||
TeamSpeak3 servers are also used by TeamSpeak5.
|
||||
|
||||
## Setup
|
||||
|
||||
Teamspeak consists of two parts: [a client](#client) and [a server](#server).
|
||||
TeamSpeak consists of two parts: [a client](#client) and [a server](#server).
|
||||
|
||||
### Client
|
||||
|
||||
Teamspeak3 is available for [Windows](/wiki/windows.md) on the
|
||||
[Teamspeak website](https://www.teamspeak.de/download/).
|
||||
TeamSpeak3 is available for [Windows](/wiki/windows.md) on the
|
||||
[TeamSpeak website](https://www.teamspeak.de/download/).
|
||||
On most [Linux](/wiki/linux.md) distributions it can be installed with the `teamspeak3` package.
|
||||
Teamspeak5 is available for Windows on the
|
||||
[Teamspeak website](https://teamspeak.com/de/downloads/#ts5).
|
||||
TeamSpeak5 is available for Windows on the
|
||||
[TeamSpeak website](https://teamspeak.com/de/downloads/#ts5).
|
||||
On most Linux distributions it can be installed with the `teamspeak` package.
|
||||
|
||||
### Server
|
||||
|
||||
The server software can be setup via [Docker](/wiki/docker.md) with the
|
||||
[teamspeak image](./docker/teamspeak.md).
|
||||
This image can setup a Teamspeak3 server.
|
||||
This image can setup a TeamSpeak3 server.
|
||||
|
||||
#### Link Teamspeak3 to a subdomain
|
||||
#### Link TeamSpeak3 to a subdomain
|
||||
|
||||
To link Teamspeak3 to one of your subdomains you need to add a
|
||||
To link TeamSpeak3 to one of your subdomains you need to add a
|
||||
[DNS SRV-record](./dns.md#srv-record):
|
||||
|
||||
```txt
|
||||
@@ -45,34 +45,34 @@ target: ts3.<domain>.<TLD>
|
||||
|
||||
## Usage
|
||||
|
||||
This section addresses various features of Teamspeak3.
|
||||
This section addresses various features of TeamSpeak.
|
||||
|
||||
### Installing a Sound Pack
|
||||
|
||||
Sound packs can be found on the
|
||||
[myTeamspeak website](https://www.myteamspeak.com/?search=&type=SOUNDPACK).
|
||||
[myTeamSpeak website](https://www.myteamspeak.com/?search=&type=SOUNDPACK).
|
||||
They are often available as a `.ts3_soundpack` file.
|
||||
This file is similar to a `.zip` archive and can be unpacked the same way.
|
||||
Afterwards the folder containing the audio files (`.wav` files) needs to be inserted into the sound
|
||||
folder of teamspeak.
|
||||
For Teamspeak3 on [Linux](/wiki/linux.md) systems this folder can be found at
|
||||
folder of TeamSpeak.
|
||||
For TeamSpeak3 on [Linux](/wiki/linux.md) systems this folder can be found at
|
||||
`/opt/teamspeak3/sound`.
|
||||
For Teamspeak5 on Linux the folder is available at `/opt/teamspeak/html/client_ui/sound`.
|
||||
Following this the sound pack is available after the next (re-)start of teamspeak.
|
||||
For TeamSpeak5 on Linux the folder is available at `/opt/teamspeak/html/client_ui/sound`.
|
||||
Following this the sound pack is available after the next (re-)start of TeamSpeak.
|
||||
|
||||
### Setting Up a Music Bot
|
||||
|
||||
For Teamspeak there are various bots capable of playing music.
|
||||
For TeamSpeak there are various bots capable of playing music.
|
||||
The following is a list of bots featured in this wiki that can do this.
|
||||
|
||||
- [Sinusbot](/wiki/sinusbot.md) is a self-hosted bot for Teamspeak that can play music and sounds.
|
||||
- [Sinusbot](/wiki/sinusbot.md) is a self-hosted bot for TeamSpeak that can play music and sounds.
|
||||
It's closed-source and free of charge.
|
||||
It also features [Discord](/wiki/discord.md) support.
|
||||
|
||||
### Channel Visibility
|
||||
|
||||
As explained by
|
||||
[guisinho_DBR on the Teamspeak forums](https://community.teamspeak.com/t/room-that-nobody-can-see-only-some-people-with-powers/20471)
|
||||
[guisinho_DBR on the TeamSpeak forums](https://community.teamspeak.com/t/room-that-nobody-can-see-only-some-people-with-powers/20471)
|
||||
there is no way to hide a channel completely from view.
|
||||
It is however possible to set the subscription and description view power of a channel to a high
|
||||
value.
|
||||
|
||||
Reference in New Issue
Block a user