Quantcast
Channel: stardot.org.uk
Viewing all articles
Browse latest Browse all 2528

off-topic • Re: DIY Teletext Broadcasting

$
0
0
On the Pis that generate my UHF channels I use a single audio channel, and tell the pi to mix all audio down to mono.

I add the following /etc/asound.conf

Code:

pcm.card0 {  type hw  card 0}ctl.card0 {  type hw  card 0}pcm.monocard {  slave.pcm card0  slave.channels 2  type route  ttable {    0.0 0.5    1.0 0.5    0.1 0.5    1.1 0.5  }}ctl.monocard {  type hw  card 0}pcm.!default monocard
My setup is slightly different because I'm using pi zeros, with the PWM routed to an audio filter on the GPIO, but I believe the alsa configuration side of things should be the same, or at least very similar.

Statistics: Posted by guesser — Thu Oct 17, 2024 11:47 pm



Viewing all articles
Browse latest Browse all 2528

Trending Articles