08-29-2023 12:31 AM
I want to implement mu-law encoding in LabVIEW for real-time audio transmission via RTP (real-time transport protocol). Despite searching, I have not come across any pre-existing VIs or toolkits for mu-law encoding. Could you please provide guidance on how to successfully implement mu-law encoding in the LabVIEW environment? Your assistance is greatly appreciated. Thank you.
08-29-2023 02:46 AM
Hi rafay,
@rafay858 wrote:
I want to implement mu-law encoding in LabVIEW for real-time audio transmission via RTP (real-time transport protocol). Despite searching, I have not come across any pre-existing VIs or toolkits for mu-law encoding. Could you please provide guidance on how to successfully implement mu-law encoding in the LabVIEW environment?
Did you read the Wikipedia article about µ-law encoding?
This formula seems rather easy to implement: what have you tried and where are you stuck?