![]() |
|
List of file sound extensions - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10) +---- Thread: List of file sound extensions (/showthread.php?tid=3283) Pages:
1
2
|
RE: List of file sound extensions - eoredson - 12-19-2024 I have been using a player called WinAmp and it plays just about everything I could throw at it including .m4a files. What I don't understand is how Apple can charge you money to use their file extension. It boggles my mind
RE: List of file sound extensions - JRace - 12-19-2024 It's not the extension they charge for. Video and audio compression have long been a minefield of patented algorithms. The patent owners charge you for using their patented technology. RE: List of file sound extensions - eoredson - 12-19-2024 (12-19-2024, 04:57 AM)JRace Wrote: It's not the extension they charge for.So, if the QB64PE staff was willing to pay Apple for their patented technology then it could be done!? RE: List of file sound extensions - SMcNeill - 12-19-2024 (12-19-2024, 05:32 AM)eoredson Wrote:(12-19-2024, 04:57 AM)JRace Wrote: It's not the extension they charge for.So, if the QB64PE staff was willing to pay Apple for their patented technology then it could be done!? It could. Do you want to sponsor the $10,000 per version release cost? RE: List of file sound extensions - hsiangch_ong - 12-19-2024 i'm still scratching my head with half the formats added by @a740g. also what it takes to use a vsti, because i can't use visual studio right now. but what is the obsession with what's actually an oudated, proprietary audio format? how many macos users post on this forum? do they really care about it? how many other people would be glad to have that format instead of mp3, maybe ogg, maybe qoa when it's ready... for example, a few music creation applications are allowing flac import as well as wav. because they are both lossless. and the source code for flac is free to have and modify. including mp3 support is much more sketchy and often left out by music app developers, although users cry out for it. it is lossy. m4a could be lossless but it's not my point. it might not matter from the user's point of view. i'm not sure but the ffmpeg library exclusively coming with audacity, while it was in version 2 used to load m4a and convert from it. i wonder what it took the "audacity team" to be able to do that. m4p was another story. i absolutely had to burn those format files to music cd-r with itunes to be able to use it anyway away from that program. try to convince people to use julia, or python or other programming language for music playback as well as visual technology. people are most interested in the easiest, fastest route. somebody asked for "free" audio format converter. get ffmpeg: Quote: mov/mp4/3gpi did boldface in quotation. this is from "man" page for "ffmpeg-formats (1)". i am on linux but it shouldn't be different for windows. RE: List of file sound extensions - a740g - 12-19-2024 Most of the formats were added to achieve parity with QB64-SDL: MID, RMI, MOD, XM, S3M, and IT. Some of the less common formats were inherited from the underlying libraries we use, while others were added for their retro appeal.
For using VSTi you really do not need to use Visual Studio, unless you want to compile the VSTi Host yourself. I left the pre-compiled binaries in "MIDIPlayer64.zip" in the "soundsbanks" directory. It also has the Yamaha S-YXG50 VSTi. See this post: https://qb64phoenix.com/forum/showthread.php?tid=2979 RE: List of file sound extensions - aplus - 12-19-2024 Quote:It could. Do you want to sponsor the $10,000 per version release cost?Heh. No. RE: List of file sound extensions - hsiangch_ong - 12-27-2024 (12-19-2024, 07:20 PM)a740g Wrote: For using VSTi you really do not need to use Visual Studio, unless you want to compile the VSTi Host yourself. I left the pre-compiled binaries in "MIDIPlayer64.zip" in the "soundsbanks" directory. i have credited. thank you for this information. now i have to decide if i want to go into windows for such an endeavor. i don't want to complicate my life on linux with wine. unless i could have another computer with much more ram and cpu cores. this morning i downloaded a vst3 instrument. it works in openmpt but doesn't show the gui, which is so frustrating. some plug-ins that do show the gui do not offer animation of the controls although the parameters could change. it's one reason why music creation on 64-bit-only operating system is a drag. what a shame 32-bit is being discontinued everywhere, but time can only move forward. |