10-24-2013 04:23 AM
Hello, i want to take audio input from microphone and convert it into binary data (stream of 0s and 1s).. Suggestions are welcomed. I'm using Labview 2011.
Solved! Go to Solution.
10-24-2013 04:26 AM
10-24-2013 08:27 AM
Hello GerdW,
i tried based on wht i understood from ur post. but, i'm not getting stream of bits here.. please go through the pic and suggest the changes to be made. I would be glad if u can send a vi file for that. 🙂
Thnx in advance...
10-24-2013 08:33 AM
Hi Jhareesh,
you already get the bits for one sample of your sound data. When you need the bitstream for all samples you should
- not convert to a single sample but to a waveform/array of samples
- build an array of bits by concatenating them to a 1D array...
07-06-2016 12:52 AM
I needd conversion of audio to binary matrix for serial transmission of bits.The code snippet has been attatched but I'm failing to reproduce at the reciever end.I could not understand the faulty in it .Can any one help me in rectifying it.
07-06-2016 01:14 AM - edited 07-06-2016 01:15 AM
Hi Balaram,
what exactly are you trying to do?
You acquire some sound data (analog waveform!), then you convert the analog waveform to a digital waveform: but WHY are you wiring the inputs of this 2nd conversion with some wierd values? WHY are you ignoring the coercion dots?
General recommendation: Read the LabVIEW help for each function you are unfamiliar with!
07-06-2016 01:45 AM - edited 07-06-2016 01:46 AM
Thanks GerW for ur suggestion.A modifies snippet has been attatched.Look at it and help me in recieving the input waveform.
07-06-2016 02:20 AM - edited 07-06-2016 02:21 AM
Hi Balaram,
I don't know what you are trying to set with all those additional input constants.
When I use thissimple snippet:
I get the sine wave in the graph as expected…
General recommendation: try to stay away from ExpressVIs. They most often don't make your life easier… 😄
General recommendation: Do you notice the difference between your images and my snippet? Please attach VIs or snippets, but no plain images!
07-06-2016 03:54 AM
I'm least worried about the "Acquire sound",But i need only a digital format (o's,1's) as output at the transmitter(at the end ).