Multitrack Hardware Recording System
https://ardour.org
Ardour is a hard disk recorder (HDR) and digital audio workstation (DAW). It is capable of simultaneously recording 24 or more channels of 32-bit audio at 48kHz.
Ardour is intended to function as a "professional" HDR system, replacing dedicated hardware solutions like the Mackie HDR and the Tascam 2424 and more traditional tape systems like the Alesis ADAT series. It supports MIDI Machine Control, so can be controlled from any MMC controller, such as the Mackie Digital 8 Bus mixer and many other modern digital mixers.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ecsos:ardour/ardour && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Ardour-8.12.0.tar.bz2 | 0017816405 17 MB | |
ardour-rpmlintrc | 0000000048 48 Bytes | |
ardour.changes | 0000189524 185 KB | |
ardour.spec | 0000008708 8.5 KB | |
ardour8.desktop | 0000000152 152 Bytes | |
ardour8.png | 0000003142 3.07 KB | |
revision.cc | 0000000113 113 Bytes |
Comments 3
Hello,
I noticed that your build of Ardour doesn't support the
opus
audio format. That's a modern, high-compression codec which I'm using for most of my audio sources. Ardour useslibsndfile
to import the various audio formats, but it looks like opensuse's build oflibsndfile
is not configured to supportopus
(callingldd /usr/lib64/libsndfile.so.1
shows that it's not linked againstlibopus
).Would it be possible for you to provide a properly configured
libsndfile
package and make Ardour use that?Thanks!
Okay. I have now taken libsndfile from multimedia:libs and am building ardour against this version. It will take a while until ardour is built and released. With Leap 15.3 it should be > ardour-6.9.0-lp153.7.1 and for Leap 15.4 > ardour-6.9.0-lp154.7.3.
It should > 10.1
Would you please write me back if it was successful?
I'm on Leap 15.4, where the Ardour version is
6.9.0-lp154.11.1
.After switching vendor for libsndfile, I can now successfully import opus files in Ardour. Thanks very much!