Python Forum
How to do real-time audio signal processing using python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to do real-time audio signal processing using python
#1
Hi all, hope I am posting in the right place.

I am quite new to Python, and maybe I am bighting off more than I can chew but I am trying to make an audio filer that works in real time (low latency). i.e. sound continuously flows into the mic, is processed by my code and will flow continuously out to the speaker. (In Windows 10)

Now what I was hoping is that someone could point me to a free library (is that the right word?) that can take the sound from the mic and give me the data. I would then process it and hand it back to be sent to the speaker.

I have found libraries that would do this but unfortunately they were difficult for me to understand. I don’t need anything snazzy, just something that will give me the audio data from the mic and I will hand it back. I’ll do the rest.

I would appreciate any help.

Thanks.
Reply


Messages In This Thread
How to do real-time audio signal processing using python - by Zenolen - Oct-09-2019, 02:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  error python audio codiac 3 4,294 Mar-30-2023, 03:12 PM
Last Post: deanhystad
  Non-blocking real-time plotting slow_rider 5 3,803 Jan-07-2023, 09:47 PM
Last Post: woooee
  How to change UTC time to local time in Python DataFrame? SamKnight 2 1,671 Jul-28-2022, 08:23 AM
Last Post: Pedroski55
  python audio analysis kiyoshi7 3 1,825 Feb-22-2022, 06:09 PM
Last Post: Axel_Erfurt
  Real time database satyanarayana 3 1,727 Feb-16-2022, 01:37 PM
Last Post: buran
  Real time data satyanarayana 3 27,568 Feb-16-2022, 07:46 AM
Last Post: satyanarayana
  Real time Detection and Display Gilush 0 1,818 Feb-05-2022, 08:28 PM
Last Post: Gilush
  mysql.connector.errors.ProgrammingError: Failed processing format-parameters; Python ilknurg 3 5,741 Jan-18-2022, 06:25 PM
Last Post: ilknurg
  Real-Time output of server script on a client script. throwaway34 2 2,102 Oct-03-2021, 09:37 AM
Last Post: ibreeden
  Why recursive function consumes more of processing time than loops? M83Linux 9 4,356 May-20-2021, 01:52 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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