Re: [CentOS] Recording Levels Audacity 2.3.3

2022-10-17 Thread Mark LaPierre

Hey Fred,

Thanks for the response.  I installed pavucontrol and found the knob 
under Applications/Sound & Video.  I'll give it a try tomorrow.


--
_
   °v°
  /(_)\
   ^ ^
 Mark LaPierre


On 10/16/22 22:22, Fred wrote:

Mark, that is my understanding of how it works on Linux systems. It is
assumed that your input source will have a way of adjusting its output.
I did a lot of digitizing of phonograph records a couple years ago, and
found that the Pulse Audio Volume Control works for this.

Fred

On Sun, Oct 16, 2022 at 5:26 PM Mark LaPierre  wrote:


Hey Y'all,

I cannot adjust the recording level in Audacity on my CentOS Stream
release 8 system.  It says that my system is prohibiting that.

Bus 005 Device 004: ID 08bb:2900 Texas Instruments PCM2900 Audio Codec

Is there a way to fix this without building a whole new system?

--
  _
 °v°
/(_)\
 ^ ^
   Mark LaPierre


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-17 Thread Jerry Geis
> Consider looking at a generic proxy like
https://github.com/simonrob/email-oauth2-proxy

this is very interesting...
I did the following:
yum install python3
downloaded teh above
yum install python3-pip
pip-3 install --upgrade pip
ran the requirements - it install crypto and stuff.
change the config file to be for my office 365 account

run python3 emailproxy.py -no-gui   (also tried --debug --debug)

And nothing really happens - prints a couple lines - about starting IMAP
POP SMTP but nothing about
trying to connect - no errors - no nothing.

My config has:

[IMAP-1993]
local_address = localhost
server_address = outlook.office365.com
server_port = 993

[POP-1995]
server_address = outlook.office365.com
server_port = 995

[SMTP-1587]
server_address = smtp.office365.com
server_port = 587
starttls = True


[xyz@abc]
permission_url =
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/common/oauth2/v2.0/token
oauth2_scope = https://outlook.office365.com/IMAP.AccessAsUser.All
https://outlook.office365.com/POP.AccessAsUser.All
https://outlook.office365.com/SMTP.Send offline_access
redirect_uri = http://localhost
client_id = xyz@abc
client_secret = old_secret

The @abc is not office365.com its the email address hosted by office365.

What did I miss?

jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos