Package Details: audio-recorder 3.3.4-1

Git Clone URL: https://aur.archlinux.org/audio-recorder.git (read-only, click to copy)
Package Base: audio-recorder
Description: Audio Recorder Application
Upstream URL: https://launchpad.net/~audio-recorder
Keywords: multimedia
Licenses: GPL3
Submitter: sistematico
Maintainer: Spike29
Last Packager: Spike29
Votes: 62
Popularity: 0.145043
First Submitted: 2012-08-14 12:55 (UTC)
Last Updated: 2021-11-09 00:52 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

Spike29 commented on 2021-11-09 01:01 (UTC)

Thanks kylon for the patch! I also added pipewire as a new optdepend.

kylon commented on 2021-11-06 17:28 (UTC) (edited on 2021-11-06 17:28 (UTC) by kylon)

if you are using pipewire, you must update to latest version or it will not work

here is a patch for those who need it asap

--- audio-recorder/PKGBUILD 2021-02-01 20:22:35.000000000 +0100
+++ audio-recordern/PKGBUILD    2021-11-06 18:21:05.140250803 +0100
@@ -3,7 +3,7 @@
 # Contributor: Lucas Saliés Brum <lucas@archlinux.com.br>

 pkgname=audio-recorder
-pkgver=3.2.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="Audio Recorder Application"
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
             'gst-plugins-bad: for AAC encoding'
             'gst-plugins-ugly: for MP3 encoding'
             'gst-libav: plugin for the libav library')
-source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+sourcefiles/${pkgname}/${pkgver}~groovy/${pkgname}_${pkgver}~groovy.tar.gz")
-md5sums=('7b2b97a08f0a15efea4f0bceea740846')
+source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+sourcefiles/${pkgname}/${pkgver}~jammy/${pkgname}_${pkgver}~jammy.tar.gz")
+md5sums=('d7ca6db99f948af922773d1fee68dc1f')

 build() {
   cd "${srcdir}/trunk"

music commented on 2021-09-09 13:18 (UTC)

Please advise I have been using audio-recorder for about8 years and is my goto for recording streams/spotify etc for my music students. It ran flawlessly on linux mint - even latest version 20.2, and both versions - normal and snap. I have moved to Garuda Kde linux and have a problem. The normal version works perfectly except = the recorded stream has no sound. The sound level indicator does not move. No missing dependancies are listed in the install and no conflicting packages.

comptuzus commented on 2020-12-10 08:22 (UTC) (edited on 2020-12-10 08:25 (UTC) by comptuzus)

@Sepiida with pulseaudio 14.0-1 I have output and input devices in audio-recorder.

Sepiida commented on 2020-11-28 09:40 (UTC)

Since the change to Pulse 13.99.3-1, it seems like output devices are no longer detected for user-defined audio sources (f.e. to record a microphone and the output of software on the system congruently). Anyone else having this issue?

pmatos commented on 2019-11-22 13:10 (UTC)

Missing dependencies?

(gst-plugin-scanner:1082067): GStreamer-WARNING **: 14:09:37.098: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstlv2.so': liblilv-0.so.0: cannot open shared object file: No such file or directory

quellen commented on 2019-10-18 11:48 (UTC) (edited on 2019-10-18 11:48 (UTC) by quellen)

it doesn't work: "Segmentation fault (core dumped)"

patrickelectric commented on 2018-06-18 23:35 (UTC)

Application does not shows, I did also audio-recorder -w 1 and -i 1

ZeroDot1 commented on 2018-04-05 07:56 (UTC)

error: XDG_RUNTIME_DIR not set in the environment. [E][local-socket.c:62 pw_protocol_native_connect_local_socket()] connect failed: XDG_RUNTIME_DIR not set in the environment

(audio-recorder:1315): GLib-CRITICAL **: 09:55:06.167: g_variant_get_int64: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT64)' failed

Spike29 commented on 2017-11-02 13:12 (UTC) (edited on 2017-11-02 14:58 (UTC) by Spike29)

My bad. According to the README, it looks like pulseaudio is needed (actually, gstreamer1.0-pulseaudio is, but this package doesn't exist on ArchLinux, as gst-plugins-good includes the pulseaudio plugin). But since you can use audio-recorder without pulseaudio, I moved it back to the optional dependencies.