Jump to content

yugioh47

Member
  • Posts

    55
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by yugioh47

  1. what looking for is speech to text for coding programming like coding from speech to coding in c++. how do i do this with dragon speech?
  2. hi there, does any one know of is there a speech dictator programming code by voice? this would make things easier.
  3. is there anyway i can convert words into tone and base frequencies in visual c#?
  4. this is not the same as the one you posted Jaclaz. this is binaural beats calculator. not the same i asked before hand this is programming from scratch. here's the code that i've started need some help: code: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace WindowsFormsApplication9{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { string[] parts = textBox1.Text.Split('+'); int intSum = 0; foreach (string item in parts) { intSum = intSum + Convert.ToInt32(item); } textBox2.Text = intSum.ToString(); { textBox3.Text = intSum.ToString(); } } }} how do i convert keywords into intsum?
  5. i don't know where to find these: how do i define "Hertz"? how do i define base freq with only one simple button on windows form with words in a textbox? how do i define tone beat freq? how do i get it tone and base frequency numbers to show up below the count the words button? i'm using visual c++ 2015 i don't know how to define frequencies such as tone and base frequencies. the Lagrange that i'm using in visual c++ studio is c# i'm just doing a simple binaural beats calculator.
  6. what i'm looking to do is to get the base beat frequencies in Hertz and the tone beat in hertz. how do i count the keywords in frequencies in the base and tone the come out to?
  7. hi there, i want to convert "keyworkds" into frequency's "Hertz" by numbers. here is my source code. i do need some help to start programing in c++. if you have any ? s just ask. pleae do help me. i'm using visual c++ visual studio. oh by the way this is going to be freeware that i'm creating.
  8. hi there, is there anyway i can add file extensions to flash player from direct show like this: *.m3u?
  9. jaclaz are you going to answer my ? about how do i convert my affirmations into like binaural beats? or any other audio file?
  10. yes that would probable be the answer i'm looking for jaclaz. i don't know if converting any audio file to binaural beats would actually work. but we can give it a shot. thanks for this other way to do it. how do i convert any audio file into binaural beats with gnaural?
  11. I will try typing the following slowly: We have right now NO IDEA of WHAT (the heck) you are talking about, would you be so kind to explain to us WHAT is that you are asking for? jaclaz well you see i want to have a binaural beats from voice that will convert to binaural beats and calculate the frequencies from senescence's to frequencies. from i can i tell you i want to use my own mic that i speak into the mic then it calculates the frequencies of each final word that i say. for example: i say that i say "OH" then the frequencies is at. or say the senescence such as: "i want to transform and integrate a enhancement such liver. then binaural beats do there job. and export it to the file that i want such as flac to make it portable the audio file of course. my voice is converted into frequencies instead of words or senescence's. i'm trying to put words here. it's not simple for me to explain what needs to be done to do this. just think what i'm talking about. i want this to be freeware for home users. here is a sample of binaural beats:
  12. well i sure hope they come out with something soon for that. will there anybody to write such program just for home users?
  13. Hi there, i'm looking voice recognition brainwaves software that will convert my voice into know as binaural beats or water drops or any sound is similar to that sound. does anyone know of any software that will do that?
  14. HI, i have realtek audio hd and when i run super solvers math game say's it can't find the midi. now the program runs but it won't let me play game. because the midi can't be found. there is a ini file that it's says wavemix=1. i don't know if that has anything to do with it. but when i run the game in windows 3.11 under dosbox it runs fine. i'm trying to run this program under xp. by which i found some information on running 16 bit applications. can anyone tell me how i can have this midi be found for this game?
  15. yes i've even done that. i've got the latest. here's another problem. https://www.dropbox.com/s/uqqd4xtf30bpjhw/error%20in%20ext.jpg?dl=0
  16. hi there, when try to emulate windows 10 in vm box on windows 8.1 these are messages i get: Failed to open a session for the virtual machine windows 10. The virtual machine 'windows 10' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\Curtis\VirtualBox VMs\windows 10\Logs\VBoxStartup.log'. Result Code: E_FAIL (0x80004005) Component: Machine Interface: IMachine {480cf695-2d8d-4256-9c7c-cce4184fa048} and here's this message: https://www.dropbox.com/s/fvcvqv0clm33jgn/vm.jpg?dl=0 that's what i get. can some tell me why this happening? can this be fixed by the developer?
  17. I don't understand hta. can you simplify it for me for where to put the destination and then animated image? like this c:\temp\hal 2000.gift?
  18. what i'm look for is that... open at startup it will then close after everything is loaded. that's what i want.
×
×
  • Create New...