This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import argparse | |
| import os | |
| import sys | |
| import subprocess | |
| import re | |
| from moviepy import ( | |
| VideoFileClip, | |
| ImageClip, | |
| TextClip, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ######## whisperのモデルダウンロード ######## | |
| # from faster_whisper import WhisperModel | |
| # | |
| # model = WhisperModel("large-v3") | |
| # | |
| # print("モデルDL完了") | |
| ############################################# | |
| from faster_whisper import WhisperModel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import argparse | |
| import os | |
| import sys | |
| import subprocess | |
| from moviepy import ( | |
| VideoFileClip, | |
| ImageClip, | |
| clips_array, | |
| concatenate_videoclips, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://youtu.be/WOrBSXcYZHk?si=3U2UN-4w5_bkwuUj | |
| https://youtu.be/0pb9gQS_6dQ?si=tZCP-KyRwtW_oOjJ | |
| https://youtu.be/scvW3hAFgHE?si=BkIH1ocIyHJrYDTI | |
| https://youtu.be/ABBpsy6rlVU?si=ZSzGA1nm7PMjTdQW | |
| https://sewerslvt.bandcamp.com/https://www.patreon.com/sewerslvt | |
| https://youtu.be/xv7e4vMsFQ0?si=9HiPqtCwCHW0V7_X | |
| https://youtu.be/p3qS5i3-_7o?si=OCSK8x1ujPSVdLdf | |
| https://youtu.be/HgHArz9IwDQ?si=d-_Xp9r8D9AvkrSu | |
| https://youtu.be/qB1h_YdJ2-o?si=rV7rxdILC-vkAwUR | |
| https://youtu.be/6T-rJ5K21Kw?si=Dnp0LN8-VBWR-kUN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Reflection; | |
| using UnityEngine; | |
| /// <summary> | |
| /// Boss 用 Enemy 拡張。 | |
| /// - Bullet prefab を複数アタッチ可能 | |
| /// - Effect prefab を複数アタッチ可能 | |
| /// | |
| /// 既存ファイル(Enemy.cs 等)を変更せずに、 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Globalization; | |
| using System.IO; | |
| using System.Reflection; | |
| using UnityEngine; | |
| #if UNITY_EDITOR | |
| using UnityEditor; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 未完成。"grab"と"irando"と"acidenv"と"pk"が動作しない。ユーザー定義関数だと思われる | |
| setcps(140/60/4) | |
| $: s("sawtooth!16") | |
| .wtenv(slider(7.678,1,10)) | |
| .wt(.3).wtenv(.3).unison(2) | |
| .dec(.16).diode("4:.4") | |
| .fm(time.mod("<1 _ _ 2>")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setcpm(170/4) | |
| stack( | |
| // kick | |
| s("bd*4") | |
| .bank("RolandTR909") | |
| .gain(1.2) | |
| .distort(2) | |
| .compressor("-15:8:5:.001:.05") | |
| .lpf(300) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setcpm(170/4) | |
| stack( | |
| // kick | |
| s("bd*4") | |
| .bank("RolandTR909") | |
| .gain(1.2) | |
| .distort(2) | |
| .compressor("-15:8:5:.001:.05") | |
| .lpf(300) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setcps(170/60/4) | |
| // kick only | |
| $: s("sbd*4") | |
| .lpf(400) | |
| .distort("3:.3") | |
| .sustain(0)._scope() | |
| $: s("bd*4") |
NewerOlder