Pyo icon
Pyo icon

Pyo

 3 likes

Pyo is a Python module to help DSP script creation. Pyo contains classes for audio signal processing. With pyo, the user will be able to chain such classes directly in Python, and to manipulate them in real time through the interpreter.

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • sound-design
  • signal-processing
  • music-synthesizer

Pyo News & Activities

Highlights All activities

Recent activities

  • lyserandrea liked Pyo
    11 months ago
Show all activities

Pyo information

  • Developed by

    Ajax Sound Studio
  • Licensing

    Open Source (LGPL-3.0) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Audio & Music

GitHub repository

  •  1,372 Stars
  •  141 Forks
  •  38 Open Issues
  •   Updated Mar 22, 2025 
View on GitHub

Our users have written 0 comments and reviews about Pyo, and it has gotten 3 likes

Pyo was added to AlternativeTo by poiuyt on Mar 4, 2019 and this page was last updated Mar 4, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Pyo?

Pyo is a Python module written in C to help DSP script creation. Pyo contains classes for a wide variety of audio signal processing. With pyo, the user will be able to include signal processing chains directly in Python scripts or projects, and to manipulate them in real time through the interpreter. Tools in the pyo module offer primitives, like mathematical operations on audio signals, basic signal processing (filters, delays, synthesis generators, etc.), but also complex algorithms to create sound granulation and other creative audio manipulations. pyo supports the OSC protocol (Open Sound Control) to ease communications between softwares, and the MIDI protocol for generating sound events and controlling process parameters. pyo allows the creation of sophisticated signal processing chains with all the benefits of a mature and widely used general programming language.

Official Links