EVGA

Python 3 script to reproduce distorted audio on Nu Audio

Author
DamonLynch
Superclocked Member
  • Total Posts : 172
  • Reward points : 0
  • Joined: 2017/12/05 17:47:40
  • Location: South Bend, IN
  • Status: offline
  • Ribbons : 1
2019/12/23 10:29:07 (permalink)
To reproduce the distortion, create a  script and run it in its entirety, not line by line in a terminal. Run on Python 3.7 on Windows 10 64 bit with driver 0.2.1.6.
 
import winsound
import time
 
alert_time = 250
winsound.Beep(1500, alert_time)
time.sleep(alert_time / 1000)
winsound.Beep(1750, alert_time)
time.sleep(alert_time / 1000)
# this audio is badly distorted:
winsound.Beep(2000, alert_time)
 
 
#1

3 Replies Related Threads

    EVGA_Lee
    Moderator
    • Total Posts : 4247
    • Reward points : 0
    • Joined: 2016/11/04 14:43:35
    • Location: Brea, CA
    • Status: offline
    • Ribbons : 14
    Re: Python 3 script to reproduce distorted audio on Nu Audio 2019/12/23 17:46:06 (permalink)
    Thanks, I've passed this along to our team. 
    #2
    BizSAR
    EGC Lead Admin / EVGA Forum Moderator
    • Total Posts : 1712
    • Reward points : 0
    • Joined: 2007/07/13 00:27:46
    • Location: Oregon, USA
    • Status: offline
    • Ribbons : 0
    Re: Python 3 script to reproduce distorted audio on Nu Audio 2019/12/29 16:38:04 (permalink)
    I'm hearing essentially the same thing with the Nu Audio pro card.

    BizSAR
    EVGA 3090Ti FTW3 Ultra / ZOTAC 4070Ti Trinity OC - ASUS ROG PG279QM
    #3
    DamonLynch
    Superclocked Member
    • Total Posts : 172
    • Reward points : 0
    • Joined: 2017/12/05 17:47:40
    • Location: South Bend, IN
    • Status: offline
    • Ribbons : 1
    Re: Python 3 script to reproduce distorted audio on Nu Audio 2020/01/15 12:00:57 (permalink)
    EVGATech_LeeM
    Thanks, I've passed this along to our team. 




    Was your team able to replicate the problem by running the script?
    #4
    Jump to:
  • Back to Mobile