bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
689 stars 70 forks source link

import error #41

Closed Pertum closed 5 years ago

Pertum commented 5 years ago

I started working with this library today and i don't have a large experience with python. Someone could help me? This error appear when i use

import soundcard as sc

error: `
raise RuntimeError('Error {}'.format(hex(hresult+2**32)))

RuntimeError: Error 0x100000001

`

bastibe commented 5 years ago

Did you solve this issue, or do you still need help?

Pertum commented 5 years ago

The error does not interfere at the functionalities of the library, then I just ignore him after import the library making the line import soundcard as sc a comment. But I don't know anything else about the error.