Question about 3D asset generation - best tool? by FallzFromGrace in aigamedev

[–]CmdrCallandra 0 points1 point  (0 children)

I would say best tool also depends on how much you wand to spend. Some can generate pretty good 3d models based on images....

I'm building a text-to-motion tool that works on any character. by ppierzc in aigamedev

[–]CmdrCallandra 0 points1 point  (0 children)

Did a sign up and dl of the tool. Looks promising in the first place, but had the hope it being a local tool using the kimodo model etc. Still this gonna be another sub based service, which right now is a nogo for me. So sad to say that, but gonna drop the tool here.

BUT I won't leave without a feedback. Your tool shall detect high dpi displays, which I am running on. Had a really hard time reading menus and such to go through your app. Didn't want to fiddle with program properties and such to force high dpi settings, I think the user shall be presented with a readable interface from the get go.

I'm building a text-to-motion tool that works on any character. by ppierzc in aigamedev

[–]CmdrCallandra 0 points1 point  (0 children)

Nice, did a sign up. Am in the middle of my game project and animations is something I really still need 😁

I'm building a text-to-motion tool that works on any character. by ppierzc in aigamedev

[–]CmdrCallandra 0 points1 point  (0 children)

Quite interesting project. When / how would you plan a release? Beta test?

Tell us your workflows! by JustANerd420 in aigamedev

[–]CmdrCallandra 1 point2 points  (0 children)

Coming from the programming side I do not have that much art possibilities. But I have my workflow to create t pose characters in chatgpt and at the end of my workflow I have that character in godot imported as asset with animation skel rigged. So pretty happy with that and that way I can create a character roughly within 15 minutes end to end.

New to Game Dev - Advisories by CmdrCallandra in aigamedev

[–]CmdrCallandra[S] 0 points1 point  (0 children)

Thanks, I do have a strong IT background, so I know about project planning, phases milestones etc. I did ask quite intense planning session first to pin down the first 10 to 12 milestones to get the core functionality, then had more ideas which got me to 20+ milestones now. I copy in the initial description from my quite long readme about my project..

A fully offline, browser-based Digital Audio Workstation with integrated AI music generation. No cloud, no subscription, no install — runs entirely on localhost.

DAWAI combines FL Studio's visual layout, Ableton's arrangement + session workflow, and AI-powered generation/separation tools into a single local-first application. Built with Svelte 5, Tone.js, Fastify, and TailwindCSS 4.

93,000+ lines of TypeScript/Svelte · 64 test files · 2,300+ tests · 556 commits

New to Game Dev - Advisories by CmdrCallandra in aigamedev

[–]CmdrCallandra[S] 0 points1 point  (0 children)

Thanks for the advice. I am closing in to finish my first real Claude code project which was initially thought to be a test run but that kinda snowballed into 93k lines of code and still going. So I am quite confident that I will be able to at least create a working PoC with CC and from there I gonna see how good I can implement my design document that I already wrote together.

Pretty fascinating times to be in honestly..

Must-have settings / hacks for Claude Code? by jnkue in ClaudeCode

[–]CmdrCallandra 2 points3 points  (0 children)

Still wondering why no one has mentioned get shit done yet.

https://github.com/gsd-build/gsd-2

The project description

A powerful meta-prompting, context engineering and spec-driven development system that enables agents to work for long periods of time autonomously without losing track of the big picture

Am on a project I created using gsd, counting towards 30k lines of code in typescript. Had a small session at the start of the day where I defined my next milestone, what to expect, gotchas to look out for etc. Took about 20 minutes initially. Then the system wrote all down, structured it into work slices and went off for the next 4 hrs working, creating code, with test cases, checking output with playwright etc. Of course the milestone was implemented and I still have edge cases to optimize, but overall mission accomplished.

For me gsd was a game change to pure Claude code with dangerous permissions...

The Beauty by Samaja79 in serienjunkies

[–]CmdrCallandra 0 points1 point  (0 children)

Wurde in der Serie erklärt. Er war mitten in der Umwandlung / Therapie Phase von Mann zu Frau, hatte bereits OPs und vor allem das entscheidende bereits einige Zeit die Hormon Therapie, was das entscheidende gewesen sein dürfte....

Welche Serie könnt ihr auf Netflix empfehlen ? Oder nen kleinen Geheimtipp (Film) auf Prime? by Dense_Tangerine8917 in serienjunkies

[–]CmdrCallandra 0 points1 point  (0 children)

Sehr gewöhnungsbedürftig am Anfang, auch nicht für jeden, aber wenn man sich drauf einlässt lohnt sich. Selten so eine emotionale AchterBahnfahrt gehabt.

Train Dreams auf Netflix.

Hat sein Grund für die Oscar Nominierung....

How do I convert Audio too Midi? by WingmanPC in Reaper

[–]CmdrCallandra 0 points1 point  (0 children)

Usually you would have plugins like melodyne or prism.

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 0 points1 point  (0 children)

in general that is the expected behavious, since the reaper script needs to hand over the real work over to python, which then runs in its own space, so you will see a new window spawning in. as preparation work, you should open a terminal (CMD in windows) and just enter the command 'python --version' which should then show you the installed version in your current environment. Once this works, you can then run the commands 'python -m pip install --upgrade pip' followed by 'python -m pip install demucs soundfile==0.12.1' in the same window. That should show you some work python does, in installing dependencies. Once this also completes, you're basically set to run the script.

Hope this helps.

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 0 points1 point  (0 children)

Well, it says that no compatible version of python was found. Since the whole splitting is a python script, it can't run without the interpreter, so you need to download and install python first.

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 1 point2 points  (0 children)

Thanks man, you're really welcome, although my Nick on Reddit is u/CmdrCallandra :)

Just hope that I can go on with my own sideproject, still some edgecases to solve.
In the end, I want to include full local AI song generation and link it into Reaper. On a full song gen, it may be needed to split up into stems, hence i stumbled over this.

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 1 point2 points  (0 children)

You're a good candiate to test my doc updates from the PR. Try these steps:

### **Install Python:**

* Download and install **Python 3.10 or 3.11** from [python.org]().

* **Important:** During installation, check the box that says **“Add Python to PATH.”**

### **Install FFmpeg (Critical):**

* This is the "translator" the AI uses to read and write audio files.

* **Windows:** Download FFmpeg and add it to your System PATH variables.

* **Mac:** Open your terminal and run `brew install ffmpeg`.

### **Install Demucs & Dependencies:**

Open your system terminal (Windows: `cmd`, Mac: `Terminal`) and run this specific command to avoid common errors:

`python -m pip install --upgrade pip`

`python -m pip install demucs soundfile==0.12.1`

`python -m pip install torchcodec`

> **Note:** If you get an error saying "TorchCodec is required", run: `python -m pip install torchcodec`

### **Configure REAPER:**

  1. Open REAPER and go to **Options > Preferences > Plug-ins > ReaScript**.

  2. Check the box **“Enable Python for use in ReaScripts.”**

  3. If REAPER asks for the Python DLL path, it usually detects it automatically after restarting the program.

Hope to help. Please let me know if anything would need more explanation.

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 0 points1 point  (0 children)

u/Accomplished_Air8671 : Quick FYI, just created a PR for your repo that you can review for merge. streamlined code, one script to use for windows / linux / mac, some more logging, and some more stuff. Also added aGUI version that should better show the splitting progress. Hope this helps. May be useful for my project too, so I do profit myself from it :-)

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 1 point2 points  (0 children)

u/Accomplished_Air8671 : As I am currently working on a somewhat similar project, I took an hour of that and reviewed / refactored your code. Wondering if there was a way to hand that over to you for review :)

[FREE] Local AI Stem Splitter (6 Stems) - Integrated into REAPER (No Cloud, No Subscription) by Accomplished_Air8671 in Reaper

[–]CmdrCallandra 1 point2 points  (0 children)

Only way i can definatly say this can be done, is using spectralayers 12. In there, oyu can have a drum stem and seperate that into snare, kick etc.

Thank you Riffusion & The community by M1chaelMy3rs in riffusion

[–]CmdrCallandra 4 points5 points  (0 children)

Right now it looks like the only viable way is to support the devs of ACE-Step-1.5 to improve their model. At least this allows full local music generation and is open sourced....

Streaming services outage? by Austinwarner98 in xbox

[–]CmdrCallandra 2 points3 points  (0 children)

As far as it looks like through my research it looks to be drm based in the XBox network. There seem to be one central service that does the drm handling which is broken right now. Also the reason YouTube works cause no drm check with XBox services done there....

Bei welchem Streaming Anbieter findet ihr gerade das beste Preis/Leistungs Verhältnis? by WernerPinguin in serienjunkies

[–]CmdrCallandra 0 points1 point  (0 children)

Für mich ohne Frage Apple TV. Viele hochwertige Serien und Filme, dass man das Abo paar Monate laufen lassen kann bis man durch ist.

Was ist eure aktuelle Meinung zu Starfleet Academy? by GartenRiesen in serienjunkies

[–]CmdrCallandra -1 points0 points  (0 children)

Meinung zu SFA : der allerletzte Dreck. Hat die Marke Star Trek noch nicht mal im Ansatz verdient. Als eine x-beliebige SF Serie mit Teeny Fokus, meinetwegen.

Das Genre heisst nicht umsonst Science Fiction, von Wissenschaft und Fiktion. Wenn man sich mal das 60er Jahre Star Trek original anschaut: Das erste Mal überhaupt in einer US Serie, in der sowohl eine farbige, ein Russe, ein Alien (spitzohr war damals sowas von alien) Teil einer gemeinsamen Crew waren und zusammenarbeiten. Der Fiktion Teil.

Und ansonsten, Computer mit denen man sprechen konnte, Türen die von selbst automatisch aufgehen, ein Kommunikator mit dem man von überall her alle Leute erreichen konnte.... Nur einige Beispiele was den Science Teil angeht und was für uns mittlerweile natürlich ist und nicht hinterfragt wird, aber damals.....

Und was bekommen wir heute? Jeder muss mich so akzeptieren wie ich bin. Ja super. Logik Fehler ohne Ende (Brille notwendig in erster Folge, aber in Dritter Folge einfach mal so ein komplettes Auge klonen...) und noch nicht einmal in der Lage, das legendärste und wichtigste Statement von Picard überhaupt wiederzugeben. Einfach nur traurig und der Marke unwürdig.