Home
last modified time | relevance | path

Searched refs:default_volume (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.cpp56 default_volume = p_vol; in set_default_volume()
60 return default_volume; in get_default_volume()
144 default_volume = p_sample.default_volume; in copy_from()
163 default_volume = 64; in reset()
H A Dcp_sample.h51 uint8_t default_volume; /* 0.. 64 */ variable
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.cpp56 default_volume = p_vol; in set_default_volume()
60 return default_volume; in get_default_volume()
144 default_volume = p_sample.default_volume; in copy_from()
163 default_volume = 64; in reset()
H A Dcp_sample.h51 uint8_t default_volume; /* 0.. 64 */ variable
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dparams.cpp50 default_volume("default_volume",1,0.25,MAX_MAX_VOLUME), in voice_params()
66 default_volume.default_to(other.default_volume); in default_to()
81 cfg.register_setting(default_volume,prefix); in register_self()
/dports/games/openomf/dumb-238f23c/dumb/src/it/
H A Dreadam.c31 int default_volume; in it_riff_am_process_sample() local
52 default_volume = dumbfile_getc( f ); in it_riff_am_process_sample()
75 default_volume = dumbfile_igetw( f ); in it_riff_am_process_sample()
83 if ( default_pan > 0x7FFF || default_volume > 0x7FFF ) in it_riff_am_process_sample()
87 default_volume = default_volume * 64 / 32767; in it_riff_am_process_sample()
112 sample->default_volume = default_volume; in it_riff_am_process_sample()
H A Dreadasy.c118 sample->default_volume = dumbfile_getc( f ); // Should we be setting global_volume to this instead? in it_asy_read_sample_header()
120 if ( sample->default_volume > 64 ) sample->default_volume = 64; in it_asy_read_sample_header()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/it/
H A Dreadam.c31 int default_volume; in it_riff_am_process_sample() local
52 default_volume = dumbfile_getc( f ); in it_riff_am_process_sample()
75 default_volume = dumbfile_igetw( f ); in it_riff_am_process_sample()
83 if ( default_pan > 0x7FFF || default_volume > 0x7FFF ) in it_riff_am_process_sample()
87 default_volume = default_volume * 64 / 32767; in it_riff_am_process_sample()
112 sample->default_volume = default_volume; in it_riff_am_process_sample()
H A Dreadasy.c118 sample->default_volume = dumbfile_getc( f ); // Should we be setting global_volume to this instead? in it_asy_read_sample_header()
120 if ( sample->default_volume > 64 ) sample->default_volume = 64; in it_asy_read_sample_header()
/dports/games/zdoom/zdoom-2.8.1/dumb/src/it/
H A Dreadam.c31 int default_volume; in it_riff_am_process_sample() local
52 default_volume = dumbfile_getc( f ); in it_riff_am_process_sample()
75 default_volume = dumbfile_igetw( f ); in it_riff_am_process_sample()
83 if ( default_pan > 0x7FFF || default_volume > 0x7FFF ) in it_riff_am_process_sample()
87 default_volume = default_volume * 64 / 32767; in it_riff_am_process_sample()
112 sample->default_volume = default_volume; in it_riff_am_process_sample()
H A Dreadasy.c118 sample->default_volume = dumbfile_getc( f ); // Should we be setting global_volume to this instead? in it_asy_read_sample_header()
120 if ( sample->default_volume > 64 ) sample->default_volume = 64; in it_asy_read_sample_header()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/dumb/src/it/
H A Dreadam.c31 int default_volume;
52 default_volume = dumbfile_getc( f );
75 default_volume = dumbfile_igetw( f );
83 if ( default_pan > 0x7FFF || default_volume > 0x7FFF )
87 default_volume = default_volume * 64 / 32767;
112 sample->default_volume = default_volume;
H A Dreadasy.c118 sample->default_volume = dumbfile_getc( f ); // Should we be setting global_volume to this instead? in it_asy_read_sample_header()
120 if ( sample->default_volume > 64 ) sample->default_volume = 64; in it_asy_read_sample_header()
/dports/audio/rhvoice/RHVoice-1.2.4/doc/ru/
H A DConfiguration-file.md125 `default_volume`|громкость по умолчанию|1|`min_volume`|`max_volume`
135 default_volume=0.8
H A DRHVoice.conf12 ; default_volume=1.0
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-av-core.c117 int default_volume; in cx18_av_initialize() local
236 default_volume = cx18_av_read(cx, 0x8d4); in cx18_av_initialize()
241 if (default_volume > 228) { in cx18_av_initialize()
243 default_volume = 228; in cx18_av_initialize()
245 } else if (default_volume < 20) { in cx18_av_initialize()
247 default_volume = 20; in cx18_av_initialize()
250 default_volume = (((228 - default_volume) >> 1) + 23) << 9; in cx18_av_initialize()
251 state->volume->cur.val = state->volume->default_value = default_volume; in cx18_av_initialize()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-av-core.c117 int default_volume; in cx18_av_initialize() local
236 default_volume = cx18_av_read(cx, 0x8d4); in cx18_av_initialize()
241 if (default_volume > 228) { in cx18_av_initialize()
243 default_volume = 228; in cx18_av_initialize()
245 } else if (default_volume < 20) { in cx18_av_initialize()
247 default_volume = 20; in cx18_av_initialize()
250 default_volume = (((228 - default_volume) >> 1) + 23) << 9; in cx18_av_initialize()
251 state->volume->cur.val = state->volume->default_value = default_volume; in cx18_av_initialize()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-av-core.c117 int default_volume; in cx18_av_initialize() local
236 default_volume = cx18_av_read(cx, 0x8d4); in cx18_av_initialize()
241 if (default_volume > 228) { in cx18_av_initialize()
243 default_volume = 228; in cx18_av_initialize()
245 } else if (default_volume < 20) { in cx18_av_initialize()
247 default_volume = 20; in cx18_av_initialize()
250 default_volume = (((228 - default_volume) >> 1) + 23) << 9; in cx18_av_initialize()
251 state->volume->cur.val = state->volume->default_value = default_volume; in cx18_av_initialize()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dsound.cpp480 gs.default_volume = 1.0f; in snd_play_raw()
535 volume = gs->default_volume * vol_scale; in MONITOR()
640 max_volume = gs->default_volume * vol_scale; in MONITOR()
675 …handle = ds_play(snd->sid, gs->id_sig, ds_priority(priority), volume / gs->default_volume, pan, lo… in MONITOR()
751 max_volume = gs->default_volume; in snd_get_3d_vol_and_pan()
815 volume = gs->default_volume * vol_scale; in snd_play_looping()
824 currentlyLoopingSoundInfos.push_back(LoopingSoundInfo(handle, gs->default_volume, vol_scale)); in snd_play_looping()
1499 …: name ( "" ), signature( nextSignature++ ), default_volume( 0 ), preload( false ), id( -1 ), id_s… in game_snd()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dundo.c153 …memcpy(frame->songinfo.default_volume, song->default_volume, sizeof(frame->songinfo.default_volume in undo_store_songinfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_device/android/
H A Daudio_device_unittest.cc701 const int default_volume = GetSpeakerVolume(); in TEST_P() local
702 EXPECT_GE(default_volume, GetMinSpeakerVolume()); in TEST_P()
703 EXPECT_LE(default_volume, GetMaxSpeakerVolume()); in TEST_P()
707 const int default_volume = GetSpeakerVolume(); in TEST_P() local
712 EXPECT_EQ(0, audio_device()->SetSpeakerVolume(default_volume)); in TEST_P()
/dports/audio/libkcompactdisc/libkcompactdisc-21.12.3/src/wmlib/include/
H A Dwm_cdinfo.h72 void default_volume( int track, int vol );
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dsound.cpp719 float default_volume = gs->volume_range.next(); in MONITOR() local
720 max_volume = default_volume * vol_scale; in MONITOR()
756 …y->id_sig, ds_priority(priority), &gs->enhanced_sound_data, volume / default_volume, pan, looping); in MONITOR()
763 currentlyLooping3dSoundInfos.emplace_back(handle, default_volume, vol_scale); in MONITOR()
917 auto default_volume = gs->volume_range.next(); in snd_play_looping() local
918 volume = default_volume * vol_scale; in snd_play_looping()
929 currentlyLoopingSoundInfos.emplace_back(handle, default_volume, vol_scale); in snd_play_looping()
/dports/audio/libworkman/libworkman/include/
H A Dwm_cdinfo.h75 void default_volume( int track, int vol );
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/gamesnd/
H A Dgamesnd.cpp660 float default_volume; in parse_gamesnd_old() local
661 stuff_float(&default_volume); in parse_gamesnd_old()
662 gs->volume_range = util::UniformFloatRange(default_volume); in parse_gamesnd_old()
888 float default_volume; in parse_gamesnd_new() local
889 stuff_float(&default_volume); in parse_gamesnd_new()
890 gs->volume_range = util::UniformFloatRange(default_volume); in parse_gamesnd_new()

1234567