Skip to content

Implement reinitialization function #44

@SiggiGue

Description

@SiggiGue

A reinitialization function would help to refresh the device/api list if they changed during running pysoundcard.
My workaround until now:

pysoundcard._pa.Pa_Terminate()
pysoundcard._py.Pa_Initialize()
devlist = list(pysoundcard.devices())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions