User Tools

Site Tools


nndocs:lad

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nndocs:lad [2021/08/30 22:58] – turns out we still need to do opus, jack, and qjackctl the hard way naptasticnndocs:lad [2022/03/30 00:43] (current) – [jackd] restore missing git clone naptastic
Line 1: Line 1:
 ===== First, you must create the universe... ===== ===== First, you must create the universe... =====
-I use this guide in its current form on Debian Bullseye. The host needs to be provisioned "[[nndocs:initial|The Naptastic Way]]" already.+I use this guide in its current form on Debian Bookworm. The host needs to be provisioned "[[nndocs:initial|The Naptastic Way]]" already.
  
 Start with the essentials. Start with the essentials.
Line 21: Line 21:
  
 Go download opus from xiph.org and Go download opus from xiph.org and
 +  * ''git clone <nowiki>git@github.com:xiph/opus.git</nowiki>''
 +  * ''cd opus''
 +  * ''./autogen.sh''
   * ''./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --enable-custom-modes''   * ''./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --enable-custom-modes''
   * ...you know the rest...   * ...you know the rest...
Line 29: Line 32:
  
 (By the way, these instructions assume you'll be using the ALSA backend driver. If you plan to use a firewire audio interface, you need to build ffado, which I really don't want to help with. But I still love you.) (By the way, these instructions assume you'll be using the ALSA backend driver. If you plan to use a firewire audio interface, you need to build ffado, which I really don't want to help with. But I still love you.)
 +  * ''git clone <nowiki>git@github.com:jackaudio/jack2.git</nowiki>''
   * ''cd jackd2''   * ''cd jackd2''
   * ''<nowiki>./waf configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --alsa</nowiki>''   * ''<nowiki>./waf configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --alsa</nowiki>''
nndocs/lad.1630364317.txt.gz · Last modified: 2021/08/30 22:58 by naptastic