How to use USB headset with Beagle Board

87 views
Skip to first unread message

vijay...@gmail.com

unread,
Feb 25, 2009, 12:43:45 AM2/25/09
to Beagle Board, tish...@gmail.com
Hi,
I am trying to use USB headset with Beagle Board.I have
connected USB headset to beagle board through USB hub.I am not able to
listen audio through USB headset. But at the same time i can hear the
audio through normal headset (Through sterio audio output jack).I can
see USB headset is getting detected on Beagle Board.
Please help me in this case. First thing is it possible to use
USB headset with Beagle Board? Do i need to modify any configuration
file Or Some Kernel Configuration? Or what other changes i need to do
for using the USB headset with Beagle Board.It will be great help if
you provide the solution.

Thanks,
Vijay Swami

Frans Meulenbroeks

unread,
Feb 26, 2009, 2:54:36 AM2/26/09
to Beagle Board
You need to select a different audio device as output for your
program.
E.g. /dev/dsp1 instead of /dev/dsp0 (not sure about the exact names)

vijay...@gmail.com

unread,
Feb 27, 2009, 6:17:14 AM2/27/09
to Beagle Board
I have already changed that in .asoundrc file.But no use. Any other
solution???

On Feb 26, 12:54 pm, Frans Meulenbroeks <fransmeulenbro...@gmail.com>
wrote:
> >VijaySwami- Hide quoted text -
>
> - Show quoted text -
Message has been deleted

Kenji Nakasone

unread,
Feb 23, 2014, 6:30:39 PM2/23/14
to beagl...@googlegroups.com, tish...@gmail.com, vijay...@gmail.com
Same problem here with beatblock bluetooth speaker. I pair the speaker but can listen to music on it.

I tried creating .asoundrc and asound.conf

I run:
mplayer -ao alsa:device=btheadset  song.mp3

but I get this:

[AO_ALSA] alsa-lib: dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.so
[AO_ALSA] Playback open error: No such device or address
Failed to initialize audio driver 'alsa:device=btheadset'
Could not open/initialize audio device -> no sound.
Audio: no sound
Video: no video

any help?

sns

unread,
Mar 12, 2015, 12:49:00 AM3/12/15
to beagl...@googlegroups.com, tish...@gmail.com, vijay...@gmail.com
Will USB headset with mic work for audio application that records sound and playback on beaglebone with quality?Here is there is no need for separate pre- amplifier or circuit that requires biasing mic voltage?

Harvey White

unread,
Mar 12, 2015, 1:07:59 AM3/12/15
to beagl...@googlegroups.com
On Wed, 11 Mar 2015 21:49:00 -0700 (PDT), you wrote:

>Will USB headset with mic work for audio application that records sound and
>playback on beaglebone with quality?Here is there is no need for separate
>pre- amplifier or circuit that requires biasing mic voltage?

The hardware can't tell the difference between being plugged into the
BBB and a standard computer. The microphone will be properly biased.

You will have to have a driver to communicate with the USB interface
in the headset.

Harvey

Zainab S.V

unread,
Mar 13, 2015, 1:04:17 AM3/13/15
to beagl...@googlegroups.com
Does USB headset mic amplifies input speech signal?

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/f8k7_s5Tjqo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Harvey White

unread,
Mar 13, 2015, 1:37:22 AM3/13/15
to beagl...@googlegroups.com
On Fri, 13 Mar 2015 10:34:08 +0530, you wrote:

>Does USB headset mic amplifies input speech signal?

Probably, but you'd have to look at the specifications to be sure. The
input is voice, the output is a digital data stream. The microphone
puts out millivolts, the USB data stream can be scaled to anything.

Check the specifications, or borrow one and try it.

Harvey

Zainab S.V

unread,
Mar 24, 2015, 3:04:02 AM3/24/15
to beagl...@googlegroups.com
How to use the switch/push buttton to record voice in beaglebone? Is it by using gpio programming by setting the pin as input?

Harvey White

unread,
Mar 24, 2015, 10:29:20 AM3/24/15
to beagl...@googlegroups.com
On Tue, 24 Mar 2015 12:33:49 +0530, you wrote:

>How to use the switch/push buttton to record voice in beaglebone? Is it by
>using gpio programming by setting the pin as input?

You'd use GPIO programming and set the pin as an input. Pressing it
can start whatever part of your program you want.

It seems as if you need to look a bit more deeply into basic
microprocessor functions if you're asking this kind of question. The
program to record could be initiated by almost anything, a remote
command, a pushbutton, or even a sound.

Harvey

Zainab S.V

unread,
Mar 25, 2015, 4:53:22 AM3/25/15
to beagl...@googlegroups.com
Ok,with USB headset, does the driver is needed?

Harvey White

unread,
Mar 25, 2015, 10:45:43 AM3/25/15
to beagl...@googlegroups.com
On Wed, 25 Mar 2015 14:23:12 +0530, you wrote:

>Ok,with USB headset, does the driver is needed?

I suggest you read about how USB works, at least at the software
level. Windows does much the same thing, if that helps.

Ask yourself 1) how does the processor know something is plugged in,
and 2) how does it know how to do something with it?

Harvey
Reply all
Reply to author
Forward
0 new messages