andrewrk / andrewrk/libsoundio

Deinitialization process unclear

Abierto
#180 0 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
C
Estrellas
2.1k
Forks
254
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

It is not clear to me what order requirements the libsoundio API has in regards to deinitialization (*_destroy).

Main question:

Does calling soundio_destroy guaranteed that all devices and streams created from that context are cleaned up? In other words: Is destroying streams (or unrefing devices) immediately before calling soundio_destroy **guaranteed by API** to be pointless?

If no: Given several streams and devices for a context, which functions are required for a complete cleanup and in what order must they be called by the user?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.