use pulse_stream
for local audio
This commit is contained in:
parent
245062d892
commit
616f9f4815
@ -168,7 +168,7 @@ async def play(c: Client, m: Message):
|
|||||||
dl,
|
dl,
|
||||||
HighQualityAudio(),
|
HighQualityAudio(),
|
||||||
),
|
),
|
||||||
stream_type=StreamType().local_stream,
|
stream_type=StreamType().pulse_stream,
|
||||||
)
|
)
|
||||||
add_to_queue(chat_id, songname, dl, link, "Audio", 0)
|
add_to_queue(chat_id, songname, dl, link, "Audio", 0)
|
||||||
await suhu.delete()
|
await suhu.delete()
|
||||||
|
Loading…
Reference in New Issue
Block a user