Home
last modified time | relevance | path

Searched refs:SoundPlayer (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/net/linphone/linphoneqt-4.1.1/src/components/sound-player/
H A DSoundPlayer.cpp38 Handlers (SoundPlayer *soundPlayer) { in Handlers()
54 SoundPlayer *mSoundPlayer;
59 SoundPlayer::SoundPlayer (QObject *parent) : QObject(parent) { in SoundPlayer() function in SoundPlayer
70 SoundPlayer::~SoundPlayer () { in ~SoundPlayer()
77 void SoundPlayer::pause () { in pause()
93 void SoundPlayer::play () { in play()
98 (mPlaybackState == SoundPlayer::StoppedState || mPlaybackState == SoundPlayer::ErrorState) && in play()
118 void SoundPlayer::stop () { in stop()
124 void SoundPlayer::seek (int offset) { in seek()
170 void SoundPlayer::handleEof () { in handleEof()
[all …]
/dports/x11/workrave/workrave-1.10.44/frontend/common/src/
H A DSoundPlayer.cc75 SoundPlayer::SoundRegistry SoundPlayer::sound_registry[] =
305 SoundPlayer::SoundPlayer() in SoundPlayer() function in SoundPlayer
334 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
341 SoundPlayer::init() in init()
439 SoundPlayer::sync_settings() in sync_settings()
701 SoundPlayer::is_enabled() in is_enabled()
716 SoundPlayer::set_enabled(bool b) in set_enabled()
722 SoundPlayer::Device
723 SoundPlayer::get_device() in get_device()
857 SoundPlayer::restore_mute() in restore_mute()
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/
H A Dsoundplayer.cpp22 SoundPlayer::SoundPlayer() in SoundPlayer() function in SoundPlayer
26 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
30 void SoundPlayer::init(SoundClip* clip) in init()
49 void SoundPlayer::onKeyFrameDestroy(KeyFrame* keyFrame) in onKeyFrameDestroy()
54 bool SoundPlayer::isValid() in isValid()
63 void SoundPlayer::play() in play()
71 void SoundPlayer::pause() in pause()
79 void SoundPlayer::stop() in stop()
87 int64_t SoundPlayer::duration() in duration()
96 void SoundPlayer::setMediaPlayerPosition(qint64 pos) in setMediaPlayerPosition()
[all …]
H A Dsoundplayer.h29 class SoundPlayer : public QObject, public KeyFrameEventListener
33 SoundPlayer();
34 ~SoundPlayer() override;
51 void durationChanged(SoundPlayer*, int64_t duration);
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dsoundplayer.cxx41 std::shared_ptr<SoundPlayer> SoundPlayer::create( in create()
47 std::shared_ptr<SoundPlayer> pPlayer( in create()
48 new SoundPlayer( rEventMultiplexer, in create()
57 bool SoundPlayer::handlePause( bool bPauseShow ) in handlePause()
62 void SoundPlayer::dispose() in dispose()
81 SoundPlayer::SoundPlayer( in SoundPlayer() function in slideshow::internal::SoundPlayer
116 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
127 double SoundPlayer::getDuration() const in getDuration()
140 bool SoundPlayer::startPlayback() in startPlayback()
152 bool SoundPlayer::stopPlayback() in stopPlayback()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dsoundplayer.cxx48 std::shared_ptr<SoundPlayer> SoundPlayer::create( in create()
54 std::shared_ptr<SoundPlayer> pPlayer( in create()
55 new SoundPlayer( rEventMultiplexer, in create()
64 bool SoundPlayer::handlePause( bool bPauseShow ) in handlePause()
69 void SoundPlayer::dispose() in dispose()
88 SoundPlayer::SoundPlayer( in SoundPlayer() function in slideshow::internal::SoundPlayer
123 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
134 double SoundPlayer::getDuration() const in getDuration()
147 bool SoundPlayer::startPlayback() in startPlayback()
159 bool SoundPlayer::stopPlayback() in stopPlayback()
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dsound.cpp30 SoundPlayer *g_sound = nullptr;
32 bool SoundPlayer::startVoice(const char *soundName, int volume, int pan) { in startVoice()
39 bool SoundPlayer::getSoundStatus(const char *soundName) { in getSoundStatus()
46 void SoundPlayer::stopSound(const char *soundName) { in stopSound()
55 int32 SoundPlayer::getPosIn16msTicks(const char *soundName) { in getPosIn16msTicks()
62 void SoundPlayer::setVolume(const char *soundName, int volume) { in setVolume()
70 void SoundPlayer::setPan(const char *soundName, int pan) { in setPan()
78 void SoundPlayer::setMusicState(int stateId) { in setMusicState()
86 void SoundPlayer::flushTracks() { in flushTracks()
94 void SoundPlayer::restoreState(SaveGame *savedState) { in restoreState()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dsound.cpp30 SoundPlayer *g_sound = nullptr;
32 bool SoundPlayer::startVoice(const char *soundName, int volume, int pan) { in startVoice()
39 bool SoundPlayer::getSoundStatus(const char *soundName) { in getSoundStatus()
46 void SoundPlayer::stopSound(const char *soundName) { in stopSound()
55 int32 SoundPlayer::getPosIn16msTicks(const char *soundName) { in getPosIn16msTicks()
62 void SoundPlayer::setVolume(const char *soundName, int volume) { in setVolume()
70 void SoundPlayer::setPan(const char *soundName, int pan) { in setPan()
78 void SoundPlayer::setMusicState(int stateId) { in setMusicState()
86 void SoundPlayer::flushTracks() { in flushTracks()
94 void SoundPlayer::restoreState(SaveGame *savedState) { in restoreState()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/game2/gameSource/sound/
H A DSoundPlayer.cpp62 SoundPlayer *player = (SoundPlayer *)userData; in portaudioCallback()
138 SoundPlayer::SoundPlayer( int inSampleRate, in SoundPlayer() function in SoundPlayer
203 SoundPlayer::~SoundPlayer() { in ~SoundPlayer()
252 void SoundPlayer::setMusicPlayer( void *inMusicPlayer ) { in setMusicPlayer()
277 void SoundPlayer::fadeIn( double inFadeTimeInSeconds ) { in fadeIn()
286 void SoundPlayer::getSamples( void *outputBuffer, in getSamples()
469 void SoundPlayer::checkForExcessSounds() { in checkForExcessSounds()
525 void SoundPlayer::playSoundNow( PlayableSound *inSound, in playSoundNow()
548 void SoundPlayer::addFilter( SoundFilter *inFilter ) { in addFilter()
559 void SoundPlayer::removeAllFilters() { in removeAllFilters()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/players/
H A Djuce_SoundPlayer.cpp153 SoundPlayer::SoundPlayer() in SoundPlayer() function in juce::SoundPlayer
160 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
166 void SoundPlayer::play (const File& file) in play()
172 void SoundPlayer::play (const void* resourceData, size_t resourceSize) in play()
181 void SoundPlayer::play (AudioFormatReader* reader, bool deleteWhenFinished) in play()
187 void SoundPlayer::play (AudioBuffer<float>* buffer, bool deleteWhenFinished, bool playOnAllOutputCh… in play()
225 void SoundPlayer::playTestSound() in playTestSound()
245 void SoundPlayer::audioDeviceIOCallback (const float** inputChannelData, in audioDeviceIOCallback()
256 void SoundPlayer::audioDeviceAboutToStart (AudioIODevice* device) in audioDeviceAboutToStart()
267 void SoundPlayer::audioDeviceStopped() in audioDeviceStopped()
[all …]
H A Djuce_SoundPlayer.h38 class JUCE_API SoundPlayer : public AudioIODeviceCallback
42 SoundPlayer();
45 ~SoundPlayer() override;
133 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SoundPlayer)
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/sound/
H A DSoundPlayer.cpp28 SoundPlayer::SoundPlayer () : in SoundPlayer() function in sound::SoundPlayer
35 void SoundPlayer::initialise () in initialise()
66 SoundPlayer::~SoundPlayer () in ~SoundPlayer()
88 gboolean SoundPlayer::checkBuffer (gpointer data) in checkBuffer()
91 SoundPlayer* self = reinterpret_cast<SoundPlayer*> (data); in checkBuffer()
112 void SoundPlayer::clearBuffer () in clearBuffer()
131 void SoundPlayer::stop () in stop()
136 void SoundPlayer::play (ArchiveFile& file) in play()
H A DSoundPlayer.h12 class SoundPlayer
32 SoundPlayer ();
37 virtual ~SoundPlayer ();
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DSoundPlayer.cpp32 SoundPlayer::SoundPlayer() { in SoundPlayer() function in SoundPlayer
53 SoundPlayer::~SoundPlayer() { in ~SoundPlayer()
56 void SoundPlayer::playVoice(Voice_enum id, int houseID) { in playVoice()
71 void SoundPlayer::playSoundAt(Sound_enum soundID, const Coord& location) in playSoundAt()
93 void SoundPlayer::playSound(Mix_Chunk* sound) { in playSound()
102 void SoundPlayer::playSound(Sound_enum id) { in playSound()
106 void SoundPlayer::playSound(Sound_enum soundID, int volume) in playSound()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dsoundplayer.hxx47 class SoundPlayer : public PauseEventHandler, class
64 static ::std::shared_ptr<SoundPlayer> create(
70 virtual ~SoundPlayer() override;
94 SoundPlayer(
103 ::std::shared_ptr<SoundPlayer> mThis;
109 typedef ::std::shared_ptr< SoundPlayer > SoundPlayerSharedPtr;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Dsoundplayer.hxx50 class SoundPlayer : public PauseEventHandler, class
67 static ::std::shared_ptr<SoundPlayer> create(
73 virtual ~SoundPlayer() override;
97 SoundPlayer(
106 ::std::shared_ptr<SoundPlayer> mThis;
112 typedef ::std::shared_ptr< SoundPlayer > SoundPlayerSharedPtr;
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Devices/
H A DAudio.vb35 Private m_Player As SoundPlayer
42 Play(New SoundPlayer(location), AudioPlayMode.Background)
46 Play(New SoundPlayer(location), playMode)
50 Play(New SoundPlayer(stream), playMode)
55 Play(New SoundPlayer(stream), playMode)
67 Private Sub Play(ByVal player As SoundPlayer, ByVal mode As AudioPlayMode)
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/
H A DSoundPlayer.cpp24 SoundPlayer *player = (SoundPlayer *)userData; in portaudioCallback()
44 SoundPlayer::SoundPlayer( int inSampleRate, char inStereo, in SoundPlayer() function in SoundPlayer
108 SoundPlayer::~SoundPlayer() { in ~SoundPlayer()
H A DSoundPlayer.h58 class SoundPlayer {
76 SoundPlayer( int inSampleRate, char inStereo,
79 ~SoundPlayer();
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/src/
H A DPreferencesDialog.cc355 if (! SoundPlayer::is_enabled()) in create_sounds_page()
359 if (SoundPlayer::DEVICE_SPEAKER == SoundPlayer::get_device()) in create_sounds_page()
368 SoundPlayer *snd = gui->get_sound_player(); in create_sounds_page()
630 SoundPlayer::set_enabled(idx > 0); in on_sound_changed()
633 SoundPlayer::Device dev = idx == 1 in on_sound_changed()
634 ? SoundPlayer::DEVICE_SOUNDCARD in on_sound_changed()
635 : SoundPlayer::DEVICE_SPEAKER; in on_sound_changed()
636 SoundPlayer::set_device(dev); in on_sound_changed()
648 SoundPlayer::Device dev = idx == 1 in update_senstives()
649 ? SoundPlayer::DEVICE_SOUNDCARD in update_senstives()
[all …]
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/ASSound/
H A DASSound.c40 char *SoundPlayer; variable
79 if (SoundPlayer!=NULL) { in Register()
121 if (SoundPlayer!=NULL) { in PlaySound()
128 execlp(SoundPlayer,SoundPlayer,SoundTable[sid]->data,NULL); in PlaySound()
216 SoundPlayer=argv[2]; in main()
217 if (SoundPlayer[0]=='-' && SoundPlayer[1]==0) { in main()
218 SoundPlayer=NULL; in main()
/dports/polish/kadu/kadu-4.3/plugins/sound/
H A Dsound-player.cpp22 SoundPlayer::SoundPlayer(QObject *parent) : in SoundPlayer() function in SoundPlayer
27 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
H A Dsound-player.h26 class SOUNDAPI SoundPlayer : public QObject
31 explicit SoundPlayer(QObject *parent = nullptr);
32 virtual ~SoundPlayer();
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/structure/
H A Dsoundclip.h24 class SoundPlayer; variable
42 void attachPlayer(SoundPlayer* player);
44 SoundPlayer* player() const { return mPlayer.get(); } in player()
57 std::shared_ptr<SoundPlayer> mPlayer;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Media/
H A DSoundPlayer.cs39 public class SoundPlayer: Component, ISerializable { class
60 static SoundPlayer () in SoundPlayer() method in System.Media.SoundPlayer
65 public SoundPlayer () in SoundPlayer() method in System.Media.SoundPlayer
70 public SoundPlayer (Stream stream): this () in SoundPlayer() method in System.Media.SoundPlayer
75 public SoundPlayer (string soundLocation): this () in SoundPlayer() method in System.Media.SoundPlayer
82 protected SoundPlayer (SerializationInfo serializationInfo, StreamingContext context): this () in SoundPlayer() method in System.Media.SoundPlayer

123456789