Re: changing file quolities in bgt when playing a sound?

2020-09-17 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? But mp3 and/or ogg using ffmpeg on default settings will be an unnoticeable quality decrease especially when playing a game, so go for it, don't package the lossless file, and call it a day.ffmpeg -i myfile.wav myfile.oggWrite

Re: changing file quolities in bgt when playing a sound?

2020-09-17 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? The problem is that BGT can only handle wave, MP3, and ogg. Unless someone has discovered undocumented support. Because we're talking of small files, naturally that leaves wave out and now we're looking at either ogg or MP3. You seem

Re: changing file quolities in bgt when playing a sound?

2020-09-17 Thread AudioGames . net Forum — Developers room : manamon_player via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? I want to have files with low quolity, but file do something that play it with normal quolity URL: https://forum.audiogames.net/post/571486/#p571486 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: changing file quolities in bgt when playing a sound?

2020-09-17 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? Ah, so you want to do it the other way round, right? SO then just downsmaple the files yourself. URL: https://forum.audiogames.net/post/571482/#p571482 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: changing file quolities in bgt when playing a sound?

2020-09-17 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? Ah, so you want to do it the other way round, right? SO then just downsample the files yourself. URL: https://forum.audiogames.net/post/571483/#p571483 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: changing file quolities in bgt when playing a sound?

2020-09-17 Thread AudioGames . net Forum — Developers room : manamon_player via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? at 2 and 3it may can help for larger size deecrease of a programat8thanks, i'll check it out URL: https://forum.audiogames.net/post/571472/#p571472 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? Also if you really want this, which you don't, but if you did, just run the files through ffmpeg beforehand and package them with your game. URL: https://forum.audiogames.net/post/571432/#p571432 -- Audiogames-reflector mailing

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? It wouldn't accomplish anything though. Like, you'd have a file with the space for more quality, but the quality wouldn't be there. You can't just wave your hand and be like voila, quality restored. URL: https://forum.audiogames.net

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? I was considering doing this for SimuTapes, but it's not worth the code. URL: https://forum.audiogames.net/post/571419/#p571419 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? @4, that's true, but the OP never specified the file format they were using, so I assumed they were using a lossless format like wave. If they're not, then your point holds, and as you said, upmixing won't accomplish anything. URL

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? @4, that's true, but the OP never specified the file format they were using, so I assumed they were using a lossless format like wave. If they're not, then your point holds, and as you said, upmixing won't accomplish anything

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? You can't gain frequencies lost in the process of encoding to a lossy format or being downsampled by upsampling. It doesn't work that way, once those frequencies are cut, they're cut. Now, there are things called harmonic exciters

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? I mean... hypothetically yes. You could write a decoder in BGT using its file routines; it implements enough of those. But you'd literally need to write your audio decoder by hand. Then you'd need to upmix the samples, re-export

Re: changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: changing file quolities in bgt when playing a sound? No, and there is very little reason to ever do such a thing. URL: https://forum.audiogames.net/post/571341/#p571341 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

changing file quolities in bgt when playing a sound?

2020-09-16 Thread AudioGames . net Forum — Developers room : manamon_player via Audiogames-reflector
changing file quolities in bgt when playing a sound? helloI was thinking of an something that if it could be trueis it possible to change quolity of a file then play it in bgt?for example we have a file thats 8000, 64kcan we change it to 48000, 128k and play it in bgt?is there any way