Page 1 of 1

audio-recorder?  [Solved]

Posted: Sat Oct 22, 2022 8:25 pm
by butch
Will the audio-recorder available in mx19 be brought into mx21?
That was much more useful to me than the big and complex Audacity.

Re: audio-recorder?

Posted: Sat Oct 22, 2022 10:19 pm
by Huckleberry Finn
It's already here .

Code: Select all

$ apt list audio*record*
Listing... Done
audio-recorder/now 3.2.3-1~mx21+1 amd64 [installed,local]
You can install from "MX Package Installer" - Test Repo tab.

Re: audio-recorder?

Posted: Sun Oct 23, 2022 10:20 am
by timkb4cq
@Huckleberry Finn I assume you've been using audio-recorder. Is it working stably without any glitches? If so it should probably get moved to Main.

Re: audio-recorder?

Posted: Sun Oct 23, 2022 11:25 am
by wdscharff
I use the audio recorder from the test repo tab, it works for me.

Re: audio-recorder?

Posted: Sun Oct 23, 2022 11:37 am
by richb
wdscharff wrote: Sun Oct 23, 2022 11:25 am I use the audio recorder from the test repo tab, it works for me.
Works OK for me as well.

Re: audio-recorder?

Posted: Sun Oct 23, 2022 11:47 am
by Huckleberry Finn
Yes it works. (not that I use very frequently)

It just needs Pulseaudio, therefore doesn't work when you remove/bypass that (bitperfect/Alsa only).. However this is not an MX issue.. :)

Re: audio-recorder?

Posted: Mon Oct 24, 2022 6:37 pm
by butch
timkb4cq wrote: Sun Oct 23, 2022 10:20 am @Huckleberry Finn I assume you've been using audio-recorder. Is it working stably without any glitches? If so it should probably get moved to Main.
Nope, I received this:

Code: Select all

~$apt list audio*record*
Listing... Done
~$audio-recorder/now 3.2.3-1~mx21+1 amd64
bash: audio-recorder/now: No such file or directory
~$
And:

Code: Select all

~$sudo updatedb
[sudo] password for butch: 
~$locate audio-recorder
~$
It is not in my install of MX21. I didn't see it in any of the lists.

Re: audio-recorder?

Posted: Mon Oct 24, 2022 6:51 pm
by timkb4cq
Huckleberry Finn installed it with mxpi, he wasn't giving commands to install it.
Audio-recorder is now in main, so

Code: Select all

sudo apt install audio-recorder
will install it.

Re: audio-recorder?

Posted: Mon Oct 24, 2022 6:58 pm
by butch
Woops,I just found it in stable repo.

Thanks, all.