Hey everyone!
After an almost 2 year break I am back to working on my life-long project
"droning" <http://www.disc-shelf.com/droning/>.
*New releases*
The last tune has been 246 far too long and I am happy to present you two
new tunes.
droning247 <http://www.disc-shelf.com/droning/droning247.ogg> (ogg)
droning248 <http://www.disc-shelf.com/droning/droning248.ogg> (ogg)
For those of you who would like to support my work, you can get flac
release of droning248 from Bandcamp.
droning248 on Bandcamp <https://louigi.bandcamp.com/album/droning248>
*Web presence*
My website which was louigiverona.ru is now offline, but I will get it
online hopefully within 2-3 months. All my projects, including Linux Audio
articles, releases and such will again be available, albeit not on the .ru
domain. I will announce this separately.
Additionally, project "droning" will finally be getting a separate website,
dedicated wholly to the endeavor.
Big thanks for following and supporting the project!
--
Louigi Verona
http://www.disc-shelf.com/droning/ <http://www.louigiverona.ru/>
Some updates on <http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html>
zita-ajbridge-0.6.0
- Added -S option, disables resampling but of course
requires word-clock sync.
- Auto selection of best resampler filter lenght.
- Cleanup and bug fixes.
zita-mu1-0.2.2
- Bugfix: will now exit when zombified or when
jackd terminates.
- Added proper license headers and GPL3 copy.
I also completely replaced the code in Jack1 that
calculates the proper running order of clients.
The previous algorithm failed to do this in some
cases. It could not be 'fixed' easily as it was
basically using the wrong algorithm.
Affected files are
modified: include/engine.h
modified: include/internal.h
modified: jackd/clientengine.c
modified: jackd/clientengine.h
modified: jackd/engine.c
There seems to be no interest from the Jack devs,
but if anybody wants to test this I can either
provide the modified files or a patch against
git commit 5af5815c47630b77cc71c91a460f8aa398017cf7
(current HEAD).
Ciao,
--
FA
A world of exhaustive, reliable metadata would be an utopia.
It's also a pipe-dream, founded on self-delusion, nerd hubris
and hysterically inflated market opportunities. (Cory Doctorow)
------------------------------
>
> Message: 7
> Date: Sun, 23 Aug 2015 01:47:22 +0200
> From: Beno?t Rouits <brouits(a)free.fr>
> To: linux-audio-user(a)lists.linuxaudio.org
> Subject: Re: [LAU] Linux/JACK app for room eq / speaker
> design-analysis
> Message-ID: <55D90A0A.7070408(a)free.fr>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Le 22/08/2015 19:49, Mac a ?crit :
> > Hi,
> >
> > After spending time trying to get RoomEqWizard (REW) to use Jack
> > effectively and simply getting frustrated I'm looking for other tools.
> > (REW is a nice tool but it doesn't support JACK natively and I tried
> > fooling it with alsa etc., but I think PulseAudio was getting in the
> way.)
> >
> > I ended up using jaaa and japa from Fons Adriensen which work great.
> >
> > But, I'd like to be able to save the display.
> >
> > I suppose I could use screen shots for each test and that would be fine.
> >
> > But, I thought I'd see if anyone knows a Linux tool that can do
> > waterfall plots, frequency response, etc. Maybe even distortion.
> >
> > Any recommendations?
> >
> > Regards,
> > Mac
> >
>
> QLoud. http://gaydenko.com/qloud/ I use it, and it works great.
> I use also QSpeaker for design. http://brouits.free.fr/qspeakers/
> Cheers,
> - Ben
>
>
I tried for a long time to get QLoud to build on my PC with no success. I
have QT 5 and QLoud has some clash between QT4 and 5. (I'm on Ubuntu Studio
14.04, plus I do dev work in PYQT5)
Looks like QSpeaker requires QT4 as well.
Apparently QAppliction is now in QWidgets. I poked around the web and tried
several "fixes" proposed in several threads, no luck.
Hi,
After spending time trying to get RoomEqWizard (REW) to use Jack
effectively and simply getting frustrated I'm looking for other tools. (REW
is a nice tool but it doesn't support JACK natively and I tried fooling it
with alsa etc., but I think PulseAudio was getting in the way.)
I ended up using jaaa and japa from Fons Adriensen which work great.
But, I'd like to be able to save the display.
I suppose I could use screen shots for each test and that would be fine.
But, I thought I'd see if anyone knows a Linux tool that can do waterfall
plots, frequency response, etc. Maybe even distortion.
Any recommendations?
Regards,
Mac
Hello List,
i am new to this list so forgive if this has been discussed before - a
quick search of the archives didnt reveal anything relevant.
I am trying to build an audio metering device (stereo only for now),
with the purpose of monitoring my video editing system. Right now this
is based on a RPi running Arch Linux ARM. As the window manager i
decided for i3 tiling WM. The RPi has a 7" 800x480 Touchscreen connected
(to be able to reset EBU R128 measuring Keyboard and Mouse-less). As a
soundcard i am using the Behringer U-Control UCA222, connected to a
Samson C-Control as the audio splitter for speaker monitoring etc.
As the software i am playing with the ebumeter, yass & jaaa from Kokkini
Zita (http://kokkinizita.linuxaudio.org/linuxaudio/). I installed the
jackmeterbridge tools as well.
I am still trying to figure out what software will be useful in "real
life" situation, meaning what is the RPi capable of handling CPU wise
(jaaa pushed it to its limits naturally).
- So i wondering, has anyone done something similar before and can share
his / her experiences?
- Are there other software tools that i have missed that would be worth
looking at?
- Especially screen estate is a problem with a 800x480 pixel screen.
Jass fits barely, ebumeter is super small etc. Is there a way to scale
fixed width tools differently to make a nicer screen layout?
best,
t.
Hey hey everyone,
I need to load a soundfont (SF2) from a script. I've tried with LinuxSampler
and it worked, but I only got sound in the first channel (LinuxSampler:0).
In Fluidsynth I get stereo output, but I haven't found a way to select the
desired patch from the soundfont through the commandline options. Using -f
with stdin shuts Fluidsynth down immediately.
Any idea to solve either problem?
Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter: http://twitter.com/ffanci_silvain
* GitHub: https://github.com/fsilvain
Hey hey everyone,
I'm currently studying for one of my electircal engineering causes, which
deals mainly with state-space representation of linear, time-invariant
systems. But I have still failed to grasp the practical meaning of some of the
values involved.
I thought a practical example might help and I've turned to convolution, since
that is a subject I am slightly familiar with. Could someone perhaps help me
here? A link to such an example or explanatory article in LaTex form could be
sufficient.
I'm sorry to misuse this list for such a question. Thank you for reading!
Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter: http://twitter.com/ffanci_silvain
* GitHub: https://github.com/fsilvain