Skip to content

Instantly share code, notes, and snippets.

View thoraxe's full-sized avatar

Erik Jacobs thoraxe

View GitHub Profile
Clicked system: THX-1138
Planet:OnMouseDown() (at Assets/Scripts/Planets/Planet.cs:34)
UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32)
Object clicked: Planet1 (Planet)
UIManager:OnClickedPlanet(ClickedPlanetEvent) (at Assets/Scripts/UIManager.cs:50)
EventBus.EventBus`1:Raise(ClickedPlanetEvent) (at Assets/Plugins/EventBus/EventBus.cs:227)
Planet:OnMouseDown() (at Assets/Scripts/Planets/Planet.cs:36)
UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32)
aiofiles 23.1.0
aiohttp 3.8.4
aiosignal 1.3.1
alias-free-torch 0.0.6
altair 4.2.2
anyio 3.6.2
appdirs 1.4.4
async-timeout 4.0.2
attrs 22.2.0
audioread 3.0.0
def build_path_to_transcript_dict_generic_ljspeech(root):
path_to_transcript = dict()
with open(os.path.join(root, "metadata.csv"), "r", encoding="utf8") as file:
lookup = file.read()
for line in lookup.split("\n"):
if line.strip() != "":
norm_transcript = line.split("|")[1]
print(norm_transcript)
wav_path = os.path.join(root, "wavs", line.split("|")[0] + ".wav")
print(wav_path)
import os
import torch
from trainer import Trainer, TrainerArgs
from TTS.bin.compute_embeddings import compute_embeddings
from TTS.bin.resample import resample_files
from TTS.config.shared_configs import BaseDatasetConfig
from TTS.tts.configs.vits_config import VitsConfig
from TTS.tts.datasets import load_tts_samples
# *** a bunch of repeated lines about wav files don't exist, which makes sense because I moved/removed them for this test ***
[!] wav files don't exist - C:\Users\erikm\Documents\voice-cloning\VCTK\wav48_silence_trimmed\s5\s5_400_mic1.flac
| > Found 231 files in C:\Users\erikm\Documents\voice-cloning\VCTK
> Setting up Audio Processor...
| > sample_rate:48000
| > resample:False
| > num_mels:80
| > log_func:np.log10
| > min_level_db:0
| > frame_shift_ms:None
sudo dnf install --enablerepo nobara-baseos,nobara-appstream,nobara-baseos-multilib --allowerasing obs-studio
Last metadata expiration check: 0:00:34 ago on Tue 07 Feb 2023 12:04:08 PM EST.
Dependencies resolved.
==============================================================================================================================================================================================================================================
Package Architecture Version Repository Size
==============================================================================================================================================================================================================================================
Installing:
obs-studio x86_64
# Represents a unit on the game board.
# The board manages the Unit's position inside the game grid.
# The unit itself is only a visual representation that moves smoothly in the game world.
# We use the tool mode so the `skin` and `skin_offset` below update in the editor.
@tool
class_name Unit
extends Path2D
# Preload the `Grid.tres` resource you created in the previous part.
@export var grid: Resource = preload("res://Grid.tres")
Jan 23 11:58:41 fedora kernel: usb 1-4: USB disconnect, device number 6
Jan 23 11:58:54 fedora kernel: pci 0000:02:00.0: [8086:15c0] type 01 class 0x060400
Jan 23 11:58:54 fedora kernel: pci 0000:02:00.0: enabling Extended Tags
Jan 23 11:58:54 fedora kernel: pci 0000:02:00.0: supports D1 D2
Jan 23 11:58:54 fedora kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 23 11:58:54 fedora kernel: pci 0000:03:00.0: [8086:15c0] type 01 class 0x060400
Jan 23 11:58:54 fedora kernel: pci 0000:03:00.0: enabling Extended Tags
Jan 23 11:58:54 fedora kernel: pci 0000:03:00.0: supports D1 D2
Jan 23 11:58:54 fedora kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 23 11:58:54 fedora kernel: pci 0000:03:01.0: [8086:15c0] type 01 class 0x060400
@thoraxe
thoraxe / gist:f56fd138a23f43be56d82eb9046093de
Created December 6, 2022 13:28
Godot issue 62970 - backtrace #1
[08:27:16 DBG] Game.cs: Missile create was for our own existing missile
ERROR: SUCCESS
ERROR: ANNOYING Condition p_elem->_root != this is true.
at: remove (./core/self_list.h:83)
ERROR: FATAL: Method failed.
at: remove (./core/self_list.h:84)
=================================================================
Native Crash Reporting
=================================================================
C:\Users\erikm\Documents\CrewChiefV4\debugLogs
Profile: defaultSettings.json
VOICE_OPTION: TOGGLE
Non-default Properties:
add_additional_fuel: 2
enable_console_autoscroll: True
enable_drs_beeps: False
enable_rf2_pit_lane_approach_heuristics: True
enable_tyre_temp_warnings: False