another big push

This commit is contained in:
2020-12-22 22:53:57 +01:00
parent 7722aef9d3
commit 2a7624eb75
14 changed files with 240 additions and 20 deletions

View File

@@ -53,10 +53,11 @@ délicat à comprendre au premier abord~:
\texttt{https://www.liquidsoap.info/}
\begin{quote}
Liquidsoap is an extensible and flexible audio stream generator, mainly
used for streaming to a shoutcast/icecast server.
It is also possible
to output in a file, to speakers or as raw PCM stream.
Liquidsoap is an extensible and flexible audio stream generator,
mainly used for streaming to a shoutcast/icecast server.
It is also possible to output in a file, to speakers or as
raw PCM stream.
liquidsoap can
perform any audio processing, mixing streams together,
applying filters, generating sound procedurally,
@@ -159,6 +160,8 @@ Il est également possible, avec liquidsoap, d'interrompre la
diffusion d'une playlist à partir d'une autre source
(fichier ou entrée audio), eventuellement externe.
\lstinputlisting{code/takeover.liq}
\subsection{trucs divers}
Que signifie ce message : \textbf{That source is fallible.} ?
@@ -197,6 +200,11 @@ XXX\index{XXX} que nous pouvons mettre dans le XML.
le microphone USB \textsc{Snowball} utilisé dans cet exemple,
il NE faut PAS mettre \textsl{downmix} à 1\dots
Et si vous souhaitez dupliquer une entrée à un seul canal
(genre un micro usb) por obtenir une sortie stéréo, ça ne
semble pas possible fin 2020\index{2020}. Il serait temps
de songer à écrire un patch\index{patch}.
%-------------------------------------------------------------
\subsection{Ezstream}
@@ -222,6 +230,15 @@ interface (e.g. sound card), encodes it and sends it to a streaming server.
\subsection{VLC}
\index{vlc}
VLC est le « cône de chantier » du multimédia.
%-------------------------------------------------------------
\subsection{butt}
\index{butt}
Du clickaconvi qui plante en X remote ;( mais sinon une
interface graphique simple et facile d'emploi.
%-------------------------------------------------------------
\subsection{idjc}
@@ -239,12 +256,29 @@ with a crossfader, a jingle player, microphone signal processing
Cool Mic \texttt{https://coolmic.net/} ?
Mais il faut avoir quelques connaissances en \textsc{modernophone}
pour arriver à tenter de comprendre pouquoi ça ne fonctionne pas,
alors que tout semble correct.
%====================================================================
\section{libshout}\index{libshout}\label{libshout}
Mais c'est quoi ?\index{XXX}
Libshout c'est quoi ? Ah, chers amis de la radio en ligne,
c'est une porte
ouverte facilitant l'accès en direction du monde sonore extérieur,
comme le précise clairement sa documentation~:
\begin{quote}
Libshout is a library for communicating with and sending data to an
icecast server. It handles the socket connection, the timing of the
data, and prevents bad data from getting to the icecast server.
\end{quote}
\lstinputlisting[language=c]{code/microcast.c}
%====================================================================