Searched refs:audio_file_path (Results 1 – 6 of 6) sorted by relevance
/dports/www/you-get/you-get-0.4.1545/src/you_get/extractors/ |
H A D | coub.py | 17 audio_file_name, audio_file_path = get_file_path(merge, output_dir, title, audio_url) 23 audio_duration = float(ffmpeg.ffprobe_get_media_duration(audio_file_path)) 26 single_file_path = audio_file_path 30 single_file_path = audio_file_path 34 cleanup_files([video_file_path, audio_file_path, loop_file_path])
|
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/actions/ |
H A D | transport_action.c | 40 char audio_file_path[2000]; in test_change_bpm_and_time_sig() local 42 audio_file_path, "%s%s%s", in test_change_bpm_and_time_sig() 46 supported_file_new_from_path (audio_file_path); in test_change_bpm_and_time_sig() 227 char audio_file_path[2000]; in test_change_bpm_twice_during_playback() local 229 audio_file_path, "%s%s%s", in test_change_bpm_twice_during_playback() 233 supported_file_new_from_path (audio_file_path); in test_change_bpm_twice_during_playback()
|
H A D | arranger_selections.c | 2521 char audio_file_path[2000]; 2523 audio_file_path, "%s%s%s", 2532 supported_file_new_from_path (audio_file_path); 2944 char audio_file_path[2000]; 2946 audio_file_path, "%s%s%s", 2950 supported_file_new_from_path (audio_file_path); 3232 char audio_file_path[2000]; 3234 audio_file_path, "%s%s%s", 3238 supported_file_new_from_path (audio_file_path);
|
/dports/multimedia/olive/olive-0.1.2/rendering/ |
H A D | audio.cpp | 340 QString audio_file_path; in start_recording() local 349 audio_file_path = audio_dir.filePath(audio_filename); in start_recording() 350 } while (QFile(audio_file_path).exists()); in start_recording() 352 output_recording.setFileName(audio_file_path); in start_recording()
|
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/helpers/ |
H A D | project.h | 500 char audio_file_path[2000]; in test_project_rebootstrap_timeline() local 502 audio_file_path, "%s%s%s", in test_project_rebootstrap_timeline() 508 -1, audio_file_path, true, NULL, 0, NULL, 0, 0, in test_project_rebootstrap_timeline()
|
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/tests/ |
H A D | test_audio.py | 52 …audio_file_path = path.join(path.dirname(path.realpath(__file__)), "audio-mono-32-bit-44100Hz.wav") 53 with sr.AudioFile(audio_file_path) as source: audio = r.record(source)
|