MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • JBLGo2

JBLGo2

Bluetooth speaker

Slackware config

   1 cd /tmp
   2 wget https://slackbuilds.org/slackbuilds/14.2/libraries/bluez-alsa.tar.gz
   3 tar xvzf bluez-alsa.tar.gz
   4 cd bluez-alsa
   5 wget https://github.com/Arkq/bluez-alsa/archive/v1.3.1/bluez-alsa-1.3.1.tar.gz
   6 installpkg /tmp/bluez-alsa-1.3.1-i586-1_SBo.tgz
   7 bluealsa
   8 bluetoothctl

power on
scan on
connect 70:99:1C:D3:C6:92

   1 cd /usr/share/sounds/alsa
   2 aplay -D bluealsa:DEV=70:99:1C:D3:C6:92,PROFILE=a2dp Noise.wav 
   3 espeak "Hello, how are you?" -w /tmp/espeak.wav
   4 aplay -D bluealsa:DEV=70:99:1C:D3:C6:92,PROFILE=a2dp /tmp/espeak.wav
  • ~/.asoundrc with the following content:

defaults.bluealsa.interface "hci0"
defaults.bluealsa.device "70:99:1C:D3:C6:92"
defaults.bluealsa.profile "a2dp"
defaults.bluealsa.delay 10000 

   1 aplay -D bluealsa /tmp/espeak.wav
   2 alsamixer -D bluealsa
   3 mplayer -ao alsa:device=bluealsa test.mp3
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01