Python Forum
Need help in framing data read from wav file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help in framing data read from wav file
#1
Hi, I am quite new to python. I am using scipy and numpy libraries for my project. My project involves framing the data read from the .wav file and taking Fast Fourier transform and storing the data column-wise in a matrix. I have successfully done the same in MATLAB but facing some trouble in implementing the same in python.

 Thanks in advance...
Reply
#2
Have you looked at Python's built-in "wave" module? It has the ability to read and write all data to/from a .wav file.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo read matlab data pz16 1 1,429 Oct-06-2023, 11:00 PM
Last Post: snippsat
  Pandas read csv file in 'date/time' chunks MorganSamage 4 1,693 Feb-13-2023, 11:24 AM
Last Post: MorganSamage
Smile How to further boost the data read write speed using pandas tjk9501 1 1,263 Nov-14-2022, 01:46 PM
Last Post: jefsummers
  Can't read text file with pandas zinho 6 12,094 May-24-2020, 06:13 AM
Last Post: azajali43
  Read json array data by pandas vipinct 0 1,938 Apr-13-2020, 02:24 PM
Last Post: vipinct
  Read file Into array with just $0d as Newline lastyle 5 3,355 Feb-03-2020, 11:58 PM
Last Post: lastyle
  Python read Excel cell data validation anantpatil 0 4,158 Jan-31-2020, 04:57 PM
Last Post: anantpatil
  Read data, recognize trends and send report vin0001 1 2,118 Oct-02-2019, 06:08 AM
Last Post: buran
  Read csv file from Yahoo Finance ian 3 4,637 Sep-22-2019, 06:47 AM
Last Post: ndc85430
  read complex file with both pandas and not Diedro 1 2,883 Jan-29-2019, 05:26 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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