2021-09-16 17:53:40 +02:00
|
|
|
manifest:
|
|
|
|
events:
|
|
|
|
platypush.message.event.sound.SoundPlaybackPausedEvent: on playback pause
|
2023-06-27 13:31:38 +02:00
|
|
|
platypush.message.event.sound.SoundPlaybackResumedEvent: on playback resume
|
2021-09-16 17:53:40 +02:00
|
|
|
platypush.message.event.sound.SoundPlaybackStartedEvent: on playback start
|
|
|
|
platypush.message.event.sound.SoundPlaybackStoppedEvent: on playback stop
|
|
|
|
platypush.message.event.sound.SoundRecordingPausedEvent: on recording pause
|
2023-06-27 13:31:38 +02:00
|
|
|
platypush.message.event.sound.SoundRecordingResumedEvent: on recording resumed
|
2021-09-16 17:53:40 +02:00
|
|
|
platypush.message.event.sound.SoundRecordingStartedEvent: on recording start
|
|
|
|
platypush.message.event.sound.SoundRecordingStoppedEvent: on recording stop
|
|
|
|
install:
|
|
|
|
pip:
|
|
|
|
- sounddevice
|
|
|
|
- numpy
|
2023-06-11 12:48:49 +02:00
|
|
|
apt:
|
|
|
|
- ffmpeg
|
2023-06-28 00:10:36 +02:00
|
|
|
- portaudio19-dev
|
2023-06-11 12:48:49 +02:00
|
|
|
pacman:
|
|
|
|
- ffmpeg
|
2023-06-28 00:10:36 +02:00
|
|
|
- portaudio
|
2021-09-16 17:53:40 +02:00
|
|
|
package: platypush.plugins.sound
|
|
|
|
type: plugin
|