Search found 8 matches

by TheLegoSensei
Mon Jan 25, 2021 12:30 am
Forum: Support and Development
Topic: Video Player audio
Replies: 3
Views: 5318

Re: Video Player audio

upon further inspection, if I call play() on the video after I change the audio seek, then it will continue playing. like it's automatically pausing the video. so I guess this is resolved, though it's strange that it would mess with the other video without warning.
by TheLegoSensei
Mon Jan 25, 2021 12:25 am
Forum: Support and Development
Topic: Video Player audio
Replies: 3
Views: 5318

Re: Video Player audio

How about having separate audio and video tracks/files and controlling them separately? I've duplicated the video file and tried use one for video and the other for audio, but nothing changed. I don't want to use a regular audio file, as I want to swap out what video I'm using frequently and I don'...
by TheLegoSensei
Sun Jan 24, 2021 10:21 pm
Forum: Support and Development
Topic: Video Player audio
Replies: 3
Views: 5318

Video Player audio

I am attempting to desync a video and it's audio, and seek each part as I please. the method I've chosen to do this is to load two of the video, mute one, and don't draw the other. the problem though is when I try to change the seek on the audio-only one, then the video stops. if you change the seek...
by TheLegoSensei
Sat Feb 22, 2020 6:47 am
Forum: General
Topic: rename file or open a file as the wrong type
Replies: 6
Views: 7235

Re: rename file or open a file as the wrong type

OH, I didn't understand what you were telling me, but now I get it running "love.audio.newSource("song.ogg")" will search both the original zip folder directories as well as the appdata folder directories for the file in question, so I don't need to specify the appdata folder. th...
by TheLegoSensei
Sat Feb 22, 2020 5:19 am
Forum: General
Topic: rename file or open a file as the wrong type
Replies: 6
Views: 7235

Re: rename file or open a file as the wrong type

ah, now both .egg play, and sound like lasers (forgot to put math.floor() in several places)
by TheLegoSensei
Sat Feb 22, 2020 5:04 am
Forum: General
Topic: rename file or open a file as the wrong type
Replies: 6
Views: 7235

Re: rename file or open a file as the wrong type

right now when I tell it to play .egg it sounds like lasers
the lasers are really cool, but I don't think it was doing that before...
by TheLegoSensei
Sat Feb 22, 2020 4:41 am
Forum: General
Topic: rename file or open a file as the wrong type
Replies: 6
Views: 7235

Re: rename file or open a file as the wrong type

here's how far I've gotten so far: renameFile = love.filesystem.read("Songs/" .. SongsDir[menuSelection] .. "/song.egg") love.filesystem.write(menuSelection .. ".ogg", renameFile) music = love.audio.newSource(love.filesystem.getSaveDirectory() .. "/" .. menuSe...
by TheLegoSensei
Sat Feb 22, 2020 4:10 am
Forum: General
Topic: rename file or open a file as the wrong type
Replies: 6
Views: 7235

rename file or open a file as the wrong type

So i'm making a little... something? where I can drop in song files meant for Clone Hero and Beat Saber, and it shows a list of the songs and I can play them like an MP3 player, gonna see if I can't do something with the note files and such. but I've got a small hiccup, in that Beat Saber's audio fi...