adam-broussard / SoundNebula

A project to take input galaxy simulation data and play sounds corresponding to the state and events occuring in the simulation.
1 stars 0 forks source link

Find a python library for stitching together video and sound #3

Open adam-broussard opened 5 years ago

youngant commented 5 years ago

pydub seems to do everything we want: https://github.com/jiaaro/pydub

Pitch shifting example: https://stackoverflow.com/questions/43963982/python-change-pitch-of-wav-file Mixing: https://stackoverflow.com/questions/4039158/mixing-two-audio-files-together-with-python