https://vermaden.wordpress.com/2023/03/02/freebsd-home-audio-studio/ vermaden Another ${RANDOM} sysadmin sharing his experiences of work at IT industry. Menu Skip to content * Home * Posts * Archive * Projects * Donate * News * Contact [avatar-] FreeBSD Home Audio Studio 9 Replies Another guest post by @NeoMoevius from Twitter. Same as earlier with the Native Urban Terror on FreeBSD article. This time it will be about setting up Home Audio Studio on a FreeBSD 13.1 system. w701-ardour The idea is to use software like: * Jack - audio/jack * Qtractor - audio/qtractor * Ardour - audio/ardour * MuSE Sequencer - audio/muse-sequencer The first step is to setup Jack on FreeBSD - make sure to setup the realtime mode - this is very important. Add mac_priority to /etc/rc.conf file and load the mac_priority kernel module. # echo 'kld_list="${kld_list} mac_priority"' >> /etc/rc.conf # kldload mac_priority Then add yourself to realtime group. # pw groupmod realtime -m yourself # grep realtime /etc/group realtime:*:47:yourself You will need to install audio/jack package. % pkg which -o $( which jackd ) /usr/local/bin/jackd was installed by package audio/jack The /etc/rc.conf part to run Jack is below. # grep jack /etc/rc.conf jackd_enable="YES" jackd_user="username" jackd_rtprio="YES" jackd_args="-r -d oss -r44100 -p1024 -n2 -w16 -i4 -o8 -C /dev/dsp0 -P /dev/dsp0" The Qtractor will also require audio/alsa-seq-server to work. The good part is that it (the audio/alsa-seq-server package) comes with rc(8) script to start it so you may enable it with service(8) or sysrc(8) commands. % /usr/local/etc/rc.d/alsa_seq_server rcvar # alsa_seq_server # alsa_seq_server_enable="NO" # (default: "") # service alsa_seq_server enable alsa_seq_server enabled in /etc/rc.conf # sysrc alsa_seq_server_enable=YES alsa_seq_server_enable: YES -> YES Now all of the above DAW software (or other music programs) should be working properly. EOF Share this: * Twitter * Facebook * Like this: Like Loading... Related This entry was posted in Uncategorized and tagged alsa, ardour, audio , freebsd, home, jack, jackd, muse, qtractor, realtime, sequencer, sound on March 2, 2023 by vermaden. Post navigation - Valuable News - 2023/02/27 9 thoughts on "FreeBSD Home Audio Studio" 1. Pingback: FreeBSD Home Audio Studio - Eazy News 2. Pingback: FreeBSD Home Audio Studio - Enrichment Daily 3. Pingback: FreeBSD Home Audio Studio - theuknewsroom.com 4. Pingback: Links 02/03/2023: diffoscope 237 and New LibreOffice Release | Techrights 5. [922b4]Bob Slacker March 2, 2023 at 3:57 pm > jackd_args="-r -d oss -r44100 -p1024 -n2 -w16 -i4 -o8 -C /dev/dsp0 -P /dev/dsp0" How do I know what /dev/dspX to use? LikeLike Reply | 1. [363fa]vermaden Post authorMarch 2, 2023 at 4:22 pm You can list your sound cards with cat /dev/sndstat command. % cat /dev/sndstat Installed devices: pcm0: (play/rec) default No devices installed from userspace. Then /dev/dsp0* will be created for pcm0 and /dev/dsp1* for pcm1 etc. Regards. LikeLike Reply | 1. [922b4]Bob Slacker March 2, 2023 at 4:25 pm Got it, thank you. LikeLike 6. Pingback: FreeBSD Home Audio Studio - PROJIN NEWS 7. Pingback: FreeBSD Home Audio Studio - Cyber Geeks Global Leave a Reply Cancel reply Enter your comment here... [ ] Fill in your details below or click an icon to log in: * * * * Gravatar Email (required) (Address never made public) [ ] Name (required) [ ] Website [ ] WordPress.com Logo You are commenting using your WordPress.com account. ( Log Out / Change ) Twitter picture You are commenting using your Twitter account. ( Log Out / Change ) Facebook photo You are commenting using your Facebook account. ( Log Out / Change ) Cancel Connecting to %s [ ] Notify me of new comments via email. [ ] Notify me of new posts via email. [Post Comment] [ ] [ ] [ ] [ ] [ ] [ ] [ ] D[ ] Create a website or blog at WordPress.com * Follow Following + [avatar] vermaden Join 172 other followers [ ] Sign me up + Already have a WordPress.com account? Log in now. * + [avatar] vermaden + Customize + Follow Following + Sign up + Log in + Copy shortlink + Report this content + View post in Reader + Manage subscriptions + Collapse this bar Loading Comments... Write a Comment... [ ] Email (Required) [ ] Name (Required) [ ] Website [ ] [Post Comment] %d bloggers like this: [b]