Cuda Chen

Results 64 comments of Cuda Chen

Statue update: - PCM - After investigation, semu VirtIO device receive the data from TX queue after `VIRTIO_SND_R_PCM_PREPARE` state. - I am going to implement to receive the PCM frames...

> Do you think whether if single-threaded queue manipulation is enough. I am not sure that such TX queue can be operated without extra threads. For my current findings, qemu...

Statue update: - PCM - Findings: the driver sends arbitrary number of PCM frames when transferring data. - I will implement a data structure which holds these arbitrary number of...

Statue update: - PCM - The queue holding arbitrary number of PCM frames is implemented. - The driver (guest Linux OS) still sends the PCM frames after the device receives...

Update: - PCM - Create a dedicated thread to handle TX. - The pcm_release signal is sent asynchronously. Actions: - PCM - Create a lock in pcm_start/pcm_stop state. - Check...

> > * PCM > > > > * Create a lock in pcm_start/pcm_stop state. > > * Check the possible implementation to handle pcm_release state. > > @idoleat, can...

> > should I conclude the recent work of https://github.com/sysprog21/semu/pull/53? > > > Go ahead. Hi @jserv , I am going to summarize the recent work in this comment. ##...

Hi @idoleat , I would like to make some statements of the workflows you are concerning for, all based on my understanding of VirtIO standard. So if you think there...

Hi @jserv , As I am going to take a week break, I am going to write something down about my experience of implementation on choosing the sound backend: 1....

Hi @jserv , As I have noted before, I will make a survey of testing these two libraries (SDL-mixer and PortAudio). For the tasks I am going to breaking as...