Mutex through device drivers.
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
hi want do a project where i will have 2 applications 1. bluetooth interface application(in c++) 2. Device drivers (audio using MSVAD). now the stream i send from mobile be received by the PC(bluetooth APP) and it should store in a shared memeory and the audio driver should access the shared momory and place the data into systems LINE IN buffer simultaneously the buffer should get data from system LINE OUT buffer and should place the data in shared memory later again the bluetooth APP should get the data from shared memory and it should transfer to mobile. will this work if not y and if works any suggestions to boost up the work..