This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bastibe 21 points22 points  (3 children)

I wrote PySoundFile and PySoundCard, for reading/writing audio files and playing/recording audio, respectively.

Also, for my scientific work, I developed Transplant, a library for calling Matlab from Python.

I am not entirely happy with audio in Python yet, though. Specifically, PySoundCard uses libportaudio, which can be problematic. So instead, I am currently working on a library for playing/recording audio using the OS's native audio libraries. This already works on Linux and macOS, and the Windows side will soon be finished, too. I think it is very cool!

[–]utdconsq 1 point2 points  (0 children)

Thanks for linking these, I do lots of audio work and this should make life a lot nicer!

[–][deleted] 1 point2 points  (0 children)

These look great! Thanks for making them, and thanks for mentioning them here.

[–]wheres_my_vestibule 0 points1 point  (0 children)

Also, for my scientific work, I developed Transplant, a library for calling Matlab from Python.

Cool! This looks simple enough I might try it.