User Tools

Site Tools


documentation:irc_theater

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

documentation:irc_theater [2023/09/08 22:11] – created pnodedocumentation:irc_theater [2024/01/09 12:01] (current) – removed pnode
Line 1: Line 1:
-====== IRC THEATER ====== 
-IRC Theater is a sound stream that uses a speech to text system to ouput a stream from the πNode IRC / chat. 
- 
----- 
- 
-===== git and code ===== 
- 
-find sources at this gitlab repository : 
- 
-http://git.rybn.org/rybn/pnode_chat_to_speech 
- 
-===== IRC control commands ===== 
- 
-command @help will display help 
- 
-<code> 
-@help  
-</code> 
- 
-command@ls will list tracks in music directory 
- 
-<code> 
-@ls 
-</code> 
- 
-command @track will play a track if the track is loaded on the server, and if the name is indicated 
- 
-<code> 
-@track=<track_name> : play track 
-</code> 
- 
-command @url=<html><url></html> will play a stream in background of the patirc stream 
- 
-<code> 
-@url=<url>  
-</code> 
- 
-command @url2=<html><url></html> will play a second stream in the background of the patirc stream 
- 
-<code> 
-@url2=<url> 
-</code> 
- 
-command @voltrack will set volume for track, where a value between 0 and 1 is indicated betwenn <html><value></html> 
- 
-<code> 
-@voltrack=<volume> 
-</code> 
- 
-command @volurl will set volume for the primary background stream, where a value between 0 and 1 is indicated betwenn <html><value></html> 
- 
-<code> 
-@volurl=<volume> : set volume for url 
-</code> 
- 
-command @volurl2 will set volume for the secondary background stream, where a value between 0 and 1 is indicated betwenn <html><value></html> 
- 
-<code> 
-@volurl2=<volume> : set volume for url2 
-</code> 
- 
-command @enlogs will enable or disable logs to speech 
- 
-<code> 
-@enlogs=<true/false> 
-</code> 
- 
-command @panic will launch panic mode !!! 
- 
-<code> 
-@panic= : panic !!! 
-</code> 
- 
-command # allows to forbid to send to the tts the arguments in the chat that are right after the last # 
- 
-<code> 
-for example : ça permet de ne pas envoyer sur le stream ce qui est après le dernier # dans une phrase 
-</code> 
- 
-pandoc version 3.1.7 
  
documentation/irc_theater.1694203882.txt.gz · Last modified: 2023/09/08 22:11 by pnode