# Audio recording with PYO module

**URL:** https://discourse.psychopy.org/t/audio-recording-with-pyo-module/34090
**Category:** Coding
**Created:** [March 27, 2023, 11:42am UTC](https://discourse.psychopy.org/t/audio-recording-with-pyo-module/34090 "2023-03-27T11:42:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Dariya](https://avatars.discourse-cdn.com/v4/letter/d/ecc23a/32.png) [@Dariya](https://discourse.psychopy.org/u/Dariya)
#### Post date: [March 27, 2023, 11:42am UTC](https://discourse.psychopy.org/t/audio-recording-with-pyo-module/34090/1 "2023-03-27T11:42:14Z")

</div>

Good afternoon!  
I recently started working with the PYO module. I’m new to this. I managed to add some sound effects to an audio file using this library.  
But I want to record the voice and add some effects at the same time. How can I record my voice using the PYO module and add effects to my voice at the same time?  
Thank you for your help!

---

<div class="post-metadata">

### Author: ![Terry\_tian](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.psychopy.org/terry_tian/32/37575_2.png) [@Terry\_tian](https://discourse.psychopy.org/u/Terry_tian)
#### Post date: [March 28, 2023, 6:06am UTC](https://discourse.psychopy.org/t/audio-recording-with-pyo-module/34090/2 "2023-03-28T06:06:16Z")

</div>

you may use psychopy.voicekey to record the voice, it works.  
I used to choose sound.microphone, however, it occured the bug “recording device not found”.
