BT module for audio and basic data

Hello,

I was planning on using a HC-05 for receiving basic data from an app and a seperate BT to aux receiver for streaming audio to my speakers. The problem is i need to disconnet my audio if i wanted to send something to the HC-05.
Is there a module compatible with the arduino uno that allows audio streaming to aux and basic data transfer like the HC-05?

have you considered an ESP32 which has built in WiFi, Bluetooth Classic and BLE
try a web search for esp32 bluetooth audio streaming
communication with smartphone apps using Bluetooth Classic is fairly straightforward, BLE is more complex