Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with python and audio
#1
I'm sorry if this is not the right place :(

I just started a home project for controlling the rgb light via wifi; The control part is working but I still need to figure out my inputs to make cool effects now, like change the brightness and color with the current amplitude and frequency of the sound.

Here is what i need:
Some way to get the amplitude and volume of what the default output device is playing

IE: Vector2 ampXfreq = someCoolFunctionToDoWhatINeed();

Can someone help me out ? (sorry for the example in C#, This is my first python project)
Reply
#2
There is pyaudioanalysis, which I haven't used, but looks promising
install with:
pip install pyaudioanalysis
github page shows features: https://github.com/tyiannak/pyAudioAnalysis
wiki here: https://github.com/tyiannak/pyAudioAnalysis/wiki
Reply
#3
I'm sorry, i don't see how it can help me to get the input as the default windows output sound device, I don't need to analyze the music.

Thank you !
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  error python audio codiac 3 4,187 Mar-30-2023, 03:12 PM
Last Post: deanhystad
  python audio analysis kiyoshi7 3 1,782 Feb-22-2022, 06:09 PM
Last Post: Axel_Erfurt
  Real Time Audio Processing with Python Sound-Device not working Slartybartfast 2 4,008 Mar-14-2021, 07:20 PM
Last Post: Slartybartfast
  Handling multi-input/output audio in python bor1904 4 3,609 Nov-04-2020, 08:25 AM
Last Post: CHLOVRL
  Accessing IP Cam Audio In Python Haselsmasher 1 5,479 Jul-10-2020, 02:59 AM
Last Post: kiliantics
  How to do real-time audio signal processing using python Zenolen 7 16,613 Nov-04-2019, 02:57 AM
Last Post: jefsummers
  How to get the duration of AMR audio file using python Prince_Bhatia 0 2,261 Aug-12-2019, 05:58 AM
Last Post: Prince_Bhatia
  Python Idea Assist.: BerryIMU & Raspberry Pi 3 Audio Mapping StephLeber 0 2,297 Dec-09-2018, 10:43 AM
Last Post: StephLeber
  Play Audio File w/ Python ducky_12 8 4,647 Sep-30-2018, 08:54 AM
Last Post: wavic
  Python audio library hbknjr 5 103,125 Aug-08-2017, 03:33 AM
Last Post: hbknjr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020