Skip to content

Fiorella-vj/Workshop2018Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Python para Geociencias

Contenido

Módulo 1

Módulo 2

Módulos de Python necesarios:

  • numpy
  • scipy
  • matplotlib
  • ipython
  • scikits.audiolab

Módulo 3

Módulos de Python necesarios:

  • numpy
  • scipy
  • matplotlib
  • ipython
  • scikits.audiolab

To record audio on your laptop, you can use sox (note that rec is a commnad installed with sox). Here are 2 useful sox commands

  • rec -r 44100 -c 2 -b 16 A4.wav
    • records at 44100 samples per sec, 2 channels, and 16 bits per sample
  • sox audio_2channels.wav audio_1channel.wav channels 1
    • converts from 2 channels to 1 channel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%