|
Post by AnthroHeart on Mar 22, 2021 17:30:56 GMT
Ok, easiest way is to just double-click on the wav_repeater.exe from here: github.com/tsweet77/wav-converterIt will allow you to type in the input and output file. The input file needs to be in the same folder as the .exe. It will default to 95% volume, 96kHz sampling rate. You specify the length in HH:MM:SS. If you're converting a .TXT file that's not big, start with just a minute for length of WAV cause it converts smaller files slower than big ones.
|
|
|
Post by Forester on Mar 22, 2021 17:52:36 GMT
Type the output file, what would it be?
|
|
|
Post by AnthroHeart on Mar 22, 2021 19:42:35 GMT
Just pick anyname.wav
Anything, as long as it has .wav at the end. Whatever you want to name the file.
|
|
|
Post by justinw728 on Jul 21, 2022 2:24:55 GMT
|
|
|
Post by reden on Jul 21, 2022 3:48:33 GMT
Is that a torus ring? Something like that, but a shape that channels Zero Point Energy? Regarding your question: yes, someone would have to write the code in reverse. Oh wait, not really, because any number of images could be constructed from a given WAV. Also, here's a link to an over 4 times bigger picture: cdn.shopify.com/s/files/1/0037/6586/2498/files/20220719_195805.jpg . Though a bigger file could repeat less in the wav.
|
|
|
Post by sound on Jul 21, 2022 3:53:02 GMT
I already reverse-searched his image on Google before you and found no other sizes. What did you use? Edit: Ahh. I see now, you edited the link.
|
|
|
Post by justinw728 on Jul 21, 2022 4:34:58 GMT
|
|
|
Post by sound on Jul 21, 2022 17:26:11 GMT
|
|
|
Post by justinw728 on Jul 22, 2022 8:01:46 GMT
lol I appreciate it broo. I’m still learning unfortunately. 😂😂😂
|
|
|
Post by justinw728 on Jul 23, 2022 18:09:23 GMT
Heyy guys if I want to charge this audio could I just say in the repeater charges itself?
|
|
|
Post by sound on Jul 23, 2022 18:10:40 GMT
Heyy guys if I want to charge this audio could I just say in the repeater charges itself? Yes.
|
|
|
Post by justinw728 on Jul 23, 2022 18:15:26 GMT
Heyy guys if I want to charge this audio could I just say in the repeater charges itself? Yes. Thank you so much 🙏
|
|
|
Post by AnthroHeart on Apr 2, 2024 1:33:40 GMT
I updated the WAV Converter (different from the WAV Repeater) to use C++.
It's based on my WAV Repeater, but allows for the full range of ASCII characters in binary files.
So you can convert any binary file into a WAV, and choose the modulation frequency for the audio.
If you use 50% smoothing it sounds decent.
You can convert not just images to WAV with this.
|
|
|
Post by AnthroHeart on Apr 2, 2024 12:59:14 GMT
I updated the WAV Converter (different from the WAV Repeater) to use C++.
It's based on my WAV Repeater, but allows for the full range of ASCII characters in binary files.
So you can convert any binary file into a WAV, and choose the modulation frequency for the audio.
If you use 50% smoothing it sounds decent.
You can convert not just images to WAV with this.
I updated it again, because I still had filtering inside of a function. Was able to clear that.
|
|
|
Post by nathanmyersc on Apr 2, 2024 13:40:11 GMT
I updated the WAV Converter (different from the WAV Repeater) to use C++.
It's based on my WAV Repeater, but allows for the full range of ASCII characters in binary files.
So you can convert any binary file into a WAV, and choose the modulation frequency for the audio.
If you use 50% smoothing it sounds decent.
You can convert not just images to WAV with this.
I updated it again, because I still had filtering inside of a function. Was able to clear that. For me the executable fails to maek a playable wav file. easy to fuck up with c++ and the header size. gotta make sure the header has the correct nnumber of bytes. even the data header needs the correect number of bytes for its siize. no idea where you went wrong tho.
|
|