Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow manipulating audio through commands while playing #3

Open
svioletg opened this issue Dec 19, 2022 · 2 comments
Open

Allow manipulating audio through commands while playing #3

svioletg opened this issue Dec 19, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request low priority
Milestone

Comments

@svioletg
Copy link
Owner

No description provided.

@svioletg svioletg self-assigned this Dec 19, 2022
@svioletg svioletg added the enhancement New feature or request label Dec 19, 2022
@svioletg
Copy link
Owner Author

As far as I can tell, FFmpeg has no native way of handling this, nor does discord.py. I've seen bots have this functionality before, albeit I don't know if they were written with Python - not sure how much that affects things - but I'm sure there's a way to get this working.

As a side note to this, I may consider adding options to the config to toggle individual commands on and off - a command like this you may want turned off for your server.

@svioletg svioletg changed the title Add command to change song speed [Feature] Add command to change song speed Dec 23, 2022
@svioletg svioletg changed the title [Feature] Add command to change song speed Add command to change song speed Jun 3, 2024
@svioletg svioletg changed the title Add command to change song speed Allow manipulating audio while playing Jun 4, 2024
@svioletg svioletg changed the title Allow manipulating audio while playing Allow manipulating audio through commands while playing Jun 4, 2024
@svioletg svioletg added this to the dev.35 milestone Jun 5, 2024
@svioletg svioletg transferred this issue from svioletg/viMusBot Jun 21, 2024
@svioletg svioletg transferred this issue from svioletg/lydian-discord-bot Jun 21, 2024
@svioletg svioletg transferred this issue from svioletg/viMusBot Jun 21, 2024
@svioletg
Copy link
Owner Author

It looks like pydub won't use m4a files, I think converting the file with ffmpeg while audio is playing will take up too many resources, so I'm going to try and restrict the yt-dlp downloads to only certain formats to begin with. Or, at least convert them before playing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
Status: In progress
Development

No branches or pull requests

1 participant