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

Add reverb effect on playing sound #250

Closed
wants to merge 1 commit into from

Conversation

nakane11
Copy link
Contributor

@nakane11 nakane11 commented May 19, 2024

Dependency

pip install pedalboard
pedalboard can work on Python 3.6 or above.

Sample

  • window 1
    $ roslaunch soundplay_node.launch

  • window 2 (Invoke python)

 import rospy
 from sound_play.libsoundplay import SoundClient
 
 rospy.init_node('soundclient_example')
 soundhandle = SoundClient(blocking=True)
 soundhandle.say('Say-ing stuff while block-ing')
 soundhandle.say('Say-ing stuff while block-ing', reverb=0.5)
 soundhandle.say('Say-ing stuff while block-ing', reverb=0.9)

I confirmed the sample, but haven't written the dependency yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant