Arkans428 / SIM7600G-H-Serial-Audio

Project demonstrating how to make an audio phone call over pc using the SIM7600G-H usb Serial audio port.
MIT License
0 stars 0 forks source link

Not able to list audio devices and how exactly do you choose your indexed test audio streaming #1

Open truufseir opened 2 months ago

truufseir commented 2 months ago

Enter your choice: 1 An unexpected error occurred while listing audio devices: COM is not supported ======SIM7600G-H Modem Tool======

truufseir commented 2 months ago

this is happening on a raspberry pi 5

Arkans428 commented 2 months ago

The code in the AudioDeviceManager.cs class uses the NAudio library which is not compatible with Linux systems since it relies on COM calls. I plan on adding the code to make this function work on Linux soon, hopefully by the end of this week.

truufseir commented 2 months ago

i don't know if you have a raspberry pi 5 but that is what i am testing on

Arkans428 commented 2 months ago

I've got a Raspberry Pi 4 that I've been testing on as well.