Re: can I stream audio files useing py team talk by Carter Temm

2021-03-02 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm Have you read the quickstart?It's not terribly involved but answers your current and probably future questions. Specifically you have a list of common events and parameters. URL: https://forum.audiogames.net/post/619461

Re: can I stream audio files useing py team talk by Carter Temm

2021-03-01 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm thanks everyone for your answers, I have an other question and its at post5, thanks again, URL: https://forum.audiogames.net/post/619260/#p619260 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: can I stream audio files useing py team talk by Carter Temm

2021-03-01 Thread AudioGames . net Forum — Developers room : MatthewSmithYT via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm Also. Here's another way people have music streaming bots.They run a media service, then use Virtual Audio Cable, or something similar, to stream through a TT Client.There's a spotify bot that searches for the media

Re: can I stream audio files useing py team talk by Carter Temm

2021-03-01 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm hi, an other questionwhat are the events or things that I can use in subscribe() methid, the only one I know about is "messagedeliver", any others? thanks URL: https://forum.audiogames.net/post/61918

Re: can I stream audio files useing py team talk by Carter Temm

2021-03-01 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm thank you, i've an other question, in subscribe things it says that anything is accepted by teamtalk.SUBSCRIBE_* constant, how to know these constants to use them? thanks URL: https://forum.audiogames.net/post/619184/#p619184

Re: can I stream audio files useing py team talk by Carter Temm

2021-02-28 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm They have bought the SDK and or stolen it from the Android application from Github URL: https://forum.audiogames.net/post/619087/#p619087 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: can I stream audio files useing py team talk by Carter Temm

2021-02-28 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm @2 thanks, then how do some servers has some kind of a bot that streams music? URL: https://forum.audiogames.net/post/619068/#p619068 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: can I stream audio files useing py team talk by Carter Temm

2021-02-28 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: can I stream audio files useing py team talk by Carter Temm Nope, you need to use the TT SDK. Which is about $1200. None of the wrappers support audio. URL: https://forum.audiogames.net/post/619064/#p619064 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

can I stream audio files useing py team talk by Carter Temm

2021-02-28 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
can I stream audio files useing py team talk by Carter Temm hi, the question is in the topic title, if I cannot, is there any way to do that from python? thanksedit: I took a look at the code and found none about streaming or anything of the sort, it just knows to deal with text as far

can I stream audio files useing py team talk by Carter Temm

2021-02-28 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
can I stream audio files useing py team talk by Carter Temm hi, the question is in the topic title, if I cannot, is there any way to do that from python? thanks URL: https://forum.audiogames.net/post/619063/#p619063 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Foobar Buffering Before Playing Short Audio Files

2020-11-29 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector
Re: Foobar Buffering Before Playing Short Audio Files So is there a work-around, or am I stuck until the next update? URL: https://forum.audiogames.net/post/593775/#p593775 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Foobar Buffering Before Playing Short Audio Files

2020-11-28 Thread AudioGames . net Forum — Off-topic room : Dekyo-NEC2608 via Audiogames-reflector
Re: Foobar Buffering Before Playing Short Audio Files It's a bug, they supposedly fixed it, but there's still problems with some files. URL: https://forum.audiogames.net/post/593716/#p593716 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Foobar Buffering Before Playing Short Audio Files

2020-11-28 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector
Foobar Buffering Before Playing Short Audio Files Hi guys,I'm experiencing an issue with Foobar2000, in that when I play short files repeatedly (as in, about 3 seconds or less) the file buffers for a few seconds before playing. I have removed my entire user configuration to no luck, so I

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: The program for playing audio files by the key I can't really tell about libaudioverse, it worked on small games I made to test it, but on something bigger...I wouldn't be surprised though, its node system must be quite expensive to computation. From my tests, Bass is library

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: The program for playing audio files by the key BTW I wonder if there's a way to convert C# dict to an INI file URL: https://forum.audiogames.net/post/494384/#p494384 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key @14, whatever it does is right but inefficient. FMOD and BASS do that a lot better IMO.As for serialization with PICKLE, I wouldn't do that if you want to be able to keep the code the same for the long term. Pickle is well known

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key Thats probably why it starts lagging as soon as you try to process several sounds at once. URL: https://forum.audiogames.net/post/494375/#p494375 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key Libaudioverse is also a ridiculous CPU hog (or at least it was when I was using it in a game). URL: https://forum.audiogames.net/post/494373/#p494373 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key Libaudioverse is, at least when I tried it out last, very inperformant and can get laggy and mess things up as soon as you play more than one sound at a time, even on higher end machines. It is also rather large in size (something larger

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: The program for playing audio files by the key @1: regarding sound I can send you my wrapper for libaudioverse, which turns its node based system into bgt style Sound object, so you can use basically the same methods as you would in BGT, like play, play_wait, play_looped, stop, etc

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key @9, actually the termonology is correct. At the system level, there are two types of "tasks" that an operating system has: if the OS does not implement multithreading/concurrency, you have just "processes". If, on the

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key @9, actually the termonology is correct. At the system level, there are two typeso f "tasks" that an operating system has: (1) if the OS does not implement multithreading/concurrency, you have just "processes". If, on

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key Well, the only problem with it is calling it threading, actually. Its nice to have blocking operations run simultaneously, although its technically just one thread, but it allows a bit flexibility if operations tike quite a long time

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key @7, ah, I didn't know that. And yes, QT does support native threading (I've used it before in C++, its actually pretty badass) but entirely unnecessary. If youneed it, you should probably read a book on it or get someone to teach you

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key BASS supports it for sure, even to multiple devices at the same time. I however don't know if sound_lib does. Bass4Py does though.Threading in Python is... yeah, not impossible, but yeah. Since Asyncio exists now for Python 3, it got a bit

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key Do not use threading for this. Just... no. Not sure where you thought that was a good idea, but it will be a waste of CPU cycles, CPU time and system resources. Audio playback (inn any good audio library and in any good OS-level audio

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: The program for playing audio files by the key Do not use threading for this. Just... no. Not sure where you thought that was a good idea, but it will be a waste of CPU cycles, CPU time and system resources. Audio playback (inn any good audio library and in any good OS-level audio

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key Its fine in most cases. It even supports additional attributes like accessible name and accessible descriptions, which will be recognized by screen readers to give additional information about controls and stuff. Qt has the ability to even

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key Its fine in most cases. It even supports additional attributes like accessible name and accessible descriptions, which will be recognized by screen readers to give additional information about controls and stuff. Qt has the ability to even

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: The program for playing audio files by the key Hijacker, how's PyQT if it comes to accessibility? URL: https://forum.audiogames.net/post/494252/#p494252 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: The program for playing audio files by the key Python should be just fine here. I'd however recommend using PyQt5 instead of wxPython, there are several in-depth tutorials out there and wxPython still got its problems at the time. If it comes to playing stuff to multiple devices, BASS

Re: The program for playing audio files by the key

2020-01-20 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: The program for playing audio files by the key Lol, lol lol ol!Hm, hehe, umm in Python you can use WX Python, and in C#, hm I guess winforms would be sufficient, or maybe not? Maybe WPF, UWP, hm? Avalonia! Oh! That one's not accessible.I recommend using C++, or Pure Basic, or Electron

The program for playing audio files by the key

2020-01-19 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
The program for playing audio files by the key Hello.My friend asked me to develop an application for his work. I decided that this is a very good idea, because I can use this as a portfolio.The tasks of the program are very simple.There is a main window. In this window I can get

Re: how can I convert audio files to vidio files for youtube

2019-09-17 Thread AudioGames . net Forum — Off-topic room : pika-san via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube That doesn't seem to convert audio to video URL: https://forum.audiogames.net/post/462450/#p462450 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: how can I convert audio files to vidio files for youtube

2019-09-17 Thread AudioGames . net Forum — Off-topic room : Dragons via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube You also can use WMA MP3 Converter.http://www.wma-mp3.net/ URL: https://forum.audiogames.net/post/462430/#p462430 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: how can I convert audio files to vidio files for youtube

2019-09-16 Thread AudioGames . net Forum — Off-topic room : ertay via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube If you want to create a video file with a static image and get a small file size for the video, you can use ffmpeg. Download FFmpeg, extract it to a folder of your choice and navigate to that folder using the command line. You

Re: how can I convert audio files to vidio files for youtube

2019-09-16 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube If the suggested sites work for you, it might be preferable to use those. I use the Reaper method because I have an extremely fast machine, a lot of disc space and an Internet cap that will never be reached. Using the sites

Re: how can I convert audio files to vidio files for youtube

2019-09-16 Thread AudioGames . net Forum — Off-topic room : pika-san via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube @26, even with the latest version? URL: https://forum.audiogames.net/post/462256/#p462256 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: how can I convert audio files to vidio files for youtube

2019-09-14 Thread AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube helloat 24; it's very good; but the file sise is very badly largewhen I uplode a 16 minit vidio it's about 998 mb: I don't want to waist much disk space: i will leave this one right alown URL: https://forum.audiogames.net/post

Re: how can I convert audio files to vidio files for youtube

2019-09-13 Thread AudioGames . net Forum — Off-topic room : pika-san via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube Hello, is it normal that the audio conversion with reaper is so slow? URL: https://forum.audiogames.net/post/461784/#p461784 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: how can I convert audio files to vidio files for youtube

2019-09-11 Thread AudioGames . net Forum — Off-topic room : yousuf via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube hi.use this website.https://www.voice2v.combest regards.Yousuf URL: https://forum.audiogames.net/post/461208/#p461208 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: how can I convert audio files to vidio files for youtube

2019-09-11 Thread AudioGames . net Forum — Off-topic room : Muhammad Hajjar via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube HiI myself use a service which I found much better than tunestotube as I've tried both. It's audioship.io. There's no file size limit, but it's a paid service so you have to buy upload hours. They aren't expensive and that's why

Re: how can I convert audio files to vidio files for youtube

2019-09-11 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube Just thought I'd toss one more little valuable nugget in here. If you are converting with Reaper, use MKV. Leave everything else at defaults once you have selected the Video (ffmpeg/libav encoder.) and the MKV format. .WebM

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube Ok, thanks for your help. URL: https://forum.audiogames.net/post/461026/#p461026 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube If you use OBS to do live streams, no image is required. Youtube will process the stream once finished and make it available as an archived video soon after you finish your stream.As for TunesToTube, it does provide a watermark

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube TunesToTube requires you to upload an MP3 file that is restricted to 50 MB and an image file. You could always go grab an image from Google Image Search and use that, but you could alternatively use Reaper as others have

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube That's good to know about Tunes to Tube. For some reason, I thought I remembered hearing that it gives you a logo or something which just says that it was converted by them or something, but I could be wrong. I would be curious

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube TunesToTube requires you to upload an MP3 file that is restricted to 50 MB and an image file. You could always go grab an image from Google Image Search and use that, but you could alternatively use Reaper as others have

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube TunesToTube requires you to upload an MP3 file that is restricted to 50 MB and an image file. You could always go grab an image from Google Image Search and use that, but you could alternatively use Reaper as others have

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : baby via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube the website of multy extra is down URL: https://forum.audiogames.net/post/460855/#p460855 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: how can I convert audio files to vidio files for youtube

2019-09-10 Thread AudioGames . net Forum — Off-topic room : kianoosh via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube I tried using movie maker. It just took a bit of the first of the audio and done. Although i just added one picture how do I make it so it adds the hole audio I add as a music to my project? URL: https://forum.audiogames.net

Re: how can I convert audio files to vidio files for youtube

2019-09-09 Thread AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube I don't know why; but moovy maker is a bit sskechy to me after reading post 13: I am not going to use it URL: https://forum.audiogames.net/post/460770/#p460770 -- Audiogames-reflector mailing list Audiogames-reflector

Re: how can I convert audio files to vidio files for youtube

2019-09-09 Thread AudioGames . net Forum — Off-topic room : arturminyazev via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube hellocan someone explane, how to use reaper for converting audio to video and for working with videos? URL: https://forum.audiogames.net/post/460680/#p460680 -- Audiogames-reflector mailing list Audiogames-reflector

Re: how can I convert audio files to vidio files for youtube

2019-09-09 Thread AudioGames . net Forum — Off-topic room : an idiot via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube Um, never, use, multy, extra. Ever. In less you want your computer to bee hacked. URL: https://forum.audiogames.net/post/460670/#p460670 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: how can I convert audio files to vidio files for youtube

2019-09-09 Thread AudioGames . net Forum — Off-topic room : omer via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube multi extra? lol? URL: https://forum.audiogames.net/post/460664/#p460664 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: how can I convert audio files to vidio files for youtube

2019-09-09 Thread AudioGames . net Forum — Off-topic room : Krantikari via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube you can use movie maker it works fine.just choose the appropriate pictures and than add the audio file.after that press alt + p + f and boom your audio is converted to video file.just export it with the appropriate format.you can

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube tunestatube? hmm; instresting: i will defenetly check that site out URL: https://forum.audiogames.net/post/460575/#p460575 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube I heard of a site called Tunes to Tube which is supposed to do this. Does anyone have any experiences with that? I might actually need information about this soon myself. URL: https://forum.audiogames.net/post/460558/#p460558

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : Ty via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube I use adapter on my mac, but if you don't have it, use reaper. URL: https://forum.audiogames.net/post/460554/#p460554 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : arturminyazev via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube hellohow i can do it with reaper? URL: https://forum.audiogames.net/post/460458/#p460458 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube at 4it seems to convert to mp4; but it didntconvert it in to a vidio file: when I try to uplode it it just said alert this file is an audio file and not a vidio file URL: https://forum.audiogames.net/post/460438/#p460438

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube thank you guys: I really aprsheated it URL: https://forum.audiogames.net/post/460433/#p460433 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube You can also use something likehttps://www.zamzar.com/convert/mp3-to-mp4/You will receive an EMail with a direct link to get your converted file once the process completes.Reaper is great, but far more than what is required

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube You can also use something likehttps://www.zamzar.com/convert/mp3-to-mp4/You will receive an EMail with a direct link to get your converted file once the process completes.Reaper is great, but far more than what is required

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : KG4RDF via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube You can also use something likehttps://www.zamzar.com/convert/mp3-to-mp4/You will receive an EMail with a direct link to get your converted file once the process completes. URL: https://forum.audiogames.net/post/460429/#p460429

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : ZK via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube reaper and audacity both have the tools you need to do this, i haven't done it yet, but a few i have spoken with prefer reaper for this task URL: https://forum.audiogames.net/post/460428/#p460428 -- Audiogames-reflector

Re: how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : adel . spence via Audiogames-reflector
Re: how can I convert audio files to vidio files for youtube moviemaker URL: https://forum.audiogames.net/post/460427/#p460427 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

how can I convert audio files to vidio files for youtube

2019-09-08 Thread AudioGames . net Forum — Off-topic room : mongoo_4044 via Audiogames-reflector
how can I convert audio files to vidio files for youtube hellloas I said; how can I convert an audio file; mp3; to a vidio file that I can uplode on my youtube channel: any tips will be welcome URL: https://forum.audiogames.net/post/460406/#p460406 -- Audiogames-reflector mailing

Re: is there an aplication for mac os to convert speach to audio files?

2019-06-01 Thread AudioGames . net Forum — Off-topic room : ogomez92 via Audiogames-reflector
Re: is there an aplication for mac os to convert speach to audio files? YesI have one from the app store calledSpeakLineCheck it out URL: https://forum.audiogames.net/post/437985/#p437985 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: is there an aplication for mac os to convert speach to audio files?

2019-06-01 Thread AudioGames . net Forum — Off-topic room : patrickthepatshit via Audiogames-reflector
Re: is there an aplication for mac os to convert speach to audio files? Yes. There is one called Babble. Go download it from the App Store for free. URL: https://forum.audiogames.net/post/437940/#p437940 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

is there an aplication for mac os to convert speach to audio files?

2019-05-31 Thread AudioGames . net Forum — Off-topic room : simter via Audiogames-reflector
is there an aplication for mac os to convert speach to audio files? Hi. I want to convert the things that my mac voices say to audio files. Is there some program like balabolka for imac? Thanks. URL: https://forum.audiogames.net/post/437804/#p437804 -- Audiogames-reflector mailing

Re: uploading audio files on youtube

2019-02-13 Thread AudioGames . net Forum — Off-topic room : The coll gamer via Audiogames-reflector
Re: uploading audio files on youtube Is Movie maker accessible? URL: https://forum.audiogames.net/post/411520/#p411520 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: uploading audio files on youtube

2019-02-13 Thread AudioGames . net Forum — Off-topic room : omer via Audiogames-reflector
Re: uploading audio files on youtube i use movie maker URL: https://forum.audiogames.net/post/411482/#p411482 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: uploading audio files on youtube

2019-02-13 Thread AudioGames . net Forum — Off-topic room : The coll gamer via Audiogames-reflector
Re: uploading audio files on youtube Just use OBS, either take the current game you’re playing as a visual of some sort, ask sighted assistance to do it, you also can create like a channel logo and put it there as an image, you need sighted assistance for that as well, or, the simplest

Re: uploading audio files on youtube

2019-02-13 Thread AudioGames . net Forum — Off-topic room : Ilya via Audiogames-reflector
Re: uploading audio files on youtube hi, me my self i am a youtuber.what i do is i record my audio then i edit, how ever after i will convert the file to a mp4 with a audio converter then i can up load it on youtube. URL: https://forum.audiogames.net/post/411437/#p411437

Re: uploading audio files on youtube

2019-02-12 Thread AudioGames . net Forum — Off-topic room : BoundTo via Audiogames-reflector
Re: uploading audio files on youtube I wish there was a better way to do this. I'd love to start a channel of my own, but I just want to upload content. (not vlogs or anything requiring video) It would be nice if I could just have visualizations to go along with the audio. (like the wave

Re: uploading audio files on youtube

2019-02-05 Thread AudioGames . net Forum — Off-topic room : mahdi-abedi via Audiogames-reflector
Re: uploading audio files on youtube thanks for answer, it is my problem too URL: https://forum.audiogames.net/post/409614/#p409614 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: uploading audio files on youtube

2019-02-05 Thread AudioGames . net Forum — Off-topic room : queenslight via Audiogames-reflector
Re: uploading audio files on youtube https://www.tunestotube.com URL: https://forum.audiogames.net/post/409581/#p409581 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

uploading audio files on youtube

2019-02-05 Thread AudioGames . net Forum — Off-topic room : smoothgunner via Audiogames-reflector
uploading audio files on youtube I think I seen a topic on this before, so if this question has already been answered, please post a link to the topic. I am trying to upload audio files to youtube, but of course you have to put some type of image/graphic with the audio file

Re: How can I reduce the quality of audio files?

2017-08-25 Thread AudioGames . net Forum — Off-topic room : Dairstry via Audiogames-reflector
Re: How can I reduce the quality of audio files? This one is good: http://www.videoconverterfactory.com/ti … erter.htmlIt can convert large sizes files to smaller mp3 and compress files directly with high quality kept.Alike program like DVDfab and handbrake are also great chocie. URL

Re: How can I reduce the quality of audio files?

2017-01-05 Thread AudioGames . net Forum — Off-topic room : raygrote via Audiogames-reflector
Re: How can I reduce the quality of audio files? For the technically inclined, you could use the command line Lame mp3 encoder with a batch file. There is also a free audio editor called Audacity that should be able to convert, but I"m not sure if it supports batch conversions. You

Re: How can I reduce the quality of audio files?

2017-01-05 Thread AudioGames . net Forum — Off-topic room : raygrote via Audiogames-reflector
Re: How can I reduce the quality of audio files? For the technically inclined, you could use the command line Lame mp3 encoder with a batch file. There is also a free audio editor called Audacity that should be able to convert, but I"m not sure if it supports batch conversions. You

Re: How can I reduce the quality of audio files?

2017-01-05 Thread AudioGames . net Forum — Off-topic room : TJT1234 via Audiogames-reflector
Re: How can I reduce the quality of audio files? The files are mixed in their bit rates, but they are all over 128 kbps in MP3. Ideally, they should be at 64 KBPS or less. What programs would you recommend for doing this? I need it to be done very quickly and very easily as I have a very

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : raygrote via Audiogames-reflector
Re: How can I reduce the quality of audio files? I hate to be the bringer of overwhelming news... but most of the explanations in this topic are misleading. I will attempt to clear stuff up since I used to deal with this a ton when I was younger and didn't have 9 TB of storage space. aaron

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : raygrote via Audiogames-reflector
Re: How can I reduce the quality of audio files? I hate to be the bringer of overwhelming news... but most of the explanations in this topic are misleading. I will attempt to clear stuff up since I used to deal with this a ton when I was younger and didn't have 9 TB of storage space. aaron

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : st . mc via Audiogames-reflector
Re: How can I reduce the quality of audio files? hiIf I'm thinking write, you want to reduce the quality of your audio files.If so, just use an audio editing program. Many of them support batch processing, which will make your job easy. I've done it with sound forge. Audacity has it too

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : Phil via Audiogames-reflector
Re: How can I reduce the quality of audio files? Anything you do to an mp3 to make it smaller will reduce the quality of the sound.I have done that with Gold Wave, changing a stereo mp3 to mono or reducing the BPS from 44.1 to 22 k.I recommend buying a backup hard drive. I have 3 TB

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : TJT1234 via Audiogames-reflector
Re: How can I reduce the quality of audio files? They're already in MP3, and I will be transferring them to other devices, so an HD won't help. URL: http://forum.audiogames.net/viewtopic.php?pid=292220#p292220 ___ Audiogames-reflector

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : TJT1234 via Audiogames-reflector
Re: How can I reduce the quality of audio files? They're already in MP3, and URL: http://forum.audiogames.net/viewtopic.php?pid=292220#p292220 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: How can I reduce the quality of audio files?

2017-01-04 Thread AudioGames . net Forum — Off-topic room : aaron via Audiogames-reflector
Re: How can I reduce the quality of audio files? @tjt: if they are flac, try converting them to mp3 or ogg. For wav though you might want to preserve the quality. Perhaps invest in an external hd, there are some cheap options out there. URL: http://forum.audiogames.net/viewtopic.php?pid

How can I reduce the quality of audio files?

2017-01-03 Thread AudioGames . net Forum — Off-topic room : TJT1234 via Audiogames-reflector
How can I reduce the quality of audio files? I have some audio files that are of a very high audio quality; they are taking up a lot of space. Is there a convenient way of reducing the quality of these many files so that they take up less space? URL: http://forum.audiogames.net

Re: audio files

2015-05-16 Thread AudioGames . net Forum — Off-topic room : Muhammad Hajjar via Audiogames-reflector
Re: audio files Hi SamI have a simple question hoping it to be answered: I noticed that most of your audio clips environment while in a room or similar is realistic, which is very awesome, but I know that its not a recording, theyre an audio files you put these effects on it to make

Re: audio files

2015-04-30 Thread AudioGames . net Forum — Off-topic room : samtupy1 via Audiogames-reflector
Re: audio files Have something completely random. Heres my bad atempt at making a helicopter with svox piko lolhttps://www.dropbox.com/s/6bxvobklvbcn7 … i.wav?dl=0 URL: http://forum.audiogames.net/viewtopic.php?pid=214425#p214425

Re: audio files

2015-04-22 Thread AudioGames . net Forum — Off-topic room : Muhammad Hajjar via Audiogames-reflector
Re: audio files Ok, have this https://www.dropbox.com/s/eto3a50zthkit … 9.mp3?dl=0Its an intro of an audio series for how to become a professional in games, in this Arabic series, I and my friend roro explain the games that you need to focus and think, we explain the difficult medium

Re: audio files

2015-04-21 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector
Re: audio files I forgot about this earlier, had to grab it off the drive of my older computer.Its a short Halloween track thats not overly gory because its meant to be played on speakers around smaller kids if it needs to be, with out upsetting them, I hope: lol.Mixing quality isnt

Re: audio files

2015-04-21 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector
Re: audio files I forgot about this earlier, had to grab it off the drive of my older computer.Its a short Halloween track thats not overly gory because its meant to be played on speakers around smaller kids if it needs to be, with out upsetting them, I hope: lol.Mixing quality isnt

Re: audio files

2015-04-20 Thread AudioGames . net Forum — Off-topic room : severestormsteve1 via Audiogames-reflector
Re: audio files Sam in post 7, that sounds awesome. I actually wanted to do that, but i dont have money to do so and dont want to invest in such a project when I know not how far it would actually go...:PAll of those audio files sound really great; I have about 8 of them but am not quite

Re: audio files

2015-04-19 Thread AudioGames . net Forum — Off-topic room : Muhammad Hajjar via Audiogames-reflector
Re: audio files Rofl, and rofl, and rofl, Sam you are crazy, lol, very good clips. URL: http://forum.audiogames.net/viewtopic.php?pid=212871#p212871 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: audio files

2015-04-19 Thread AudioGames . net Forum — Off-topic room : Muhammad Hajjar via Audiogames-reflector
Re: audio files But wait, arent you dead because of this ruthless criminal guy who killed you in the first clip? I was just kidding, great works. URL: http://forum.audiogames.net/viewtopic.php?pid=212872#p212872 ___ Audiogames-reflector

Re: audio files

2015-04-19 Thread AudioGames . net Forum — Off-topic room : samtupy1 via Audiogames-reflector
Re: audio files haha. Anyway, heres something else, have this, its sorta funny, I made this a while ago when I was boardhttps://www.dropbox.com/s/7v4ioiot7z6q4 … o.wav?dl=0And well, mason got a hold of it and made this. https://www.dropbox.com/s/inaba2uezde5u … x.wav?dl=0Thanks mason

  1   2   >