element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Wolfson recording and encoding at same time...
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 0 replies
  • Subscribers 661 subscribers
  • Views 195 views
  • Users 0 members are here
  • wolfson
  • audio
  • alsa
  • recording
  • raspberry_pi
  • raspeberry_pi_accessories
Related

Wolfson recording and encoding at same time...

rec9140
rec9140 over 10 years ago

I use some software to capture audio and send it along to another server in MP3 format... working great... what I need to be able to do is

 

ENCODE this stream

 

AND

 

Then based on some even triggers RECORD one of the inputs under Python (if I can find a library that does it in MP3 format) or via BASH if I have to called from a Python program ie: arecord (options) myaudio.wav then feed to LAME or ffmpeg to turn it into MP3 (or again if there is a direct way to do it via Python or BASH with out the ffmpeg/LAME layer... I am all ears...)...

 

BUT

 

Trying this on the test setup results in:

 

trying to record either plugin via arecord or anything else seems to be "blocked?"

 

[code]

arecord -d:plug:plug_onboard_right -d 20 -r 48000 -c 1 -f S32_LE Test.wav

arecord: main:682: audio open error: Device or resource busy

[/code]

 

Doing this on a "DESKTOP" under Kubuntu works.. same plugins... the same software is running on the desktop, and it will record the plugin in, or hw:0,0 with out issue.

 

I thought that maybe having another DSNOOP might solve it.. but that doesn't seem to solve it either, same error.

 

Any ideas??? Comments, Suggestions, Buehler?

 

.asoundrc below for reference....

 

 

[code]

pcm.wolfson_pi_soundcard {

    type hw

    card sndrpiwsp

    device 0

}

 

pcm.softvol {

    type            softvol

    slave {

        pcm         "wolfson_pi_soundcard"

    }

    control {

        name        "Master"

        card        0

    }

}

 

pcm.onboard{

    type hw

    card 0

}

ctl.onboard {

    type hw

    card 0

}

### Dsnoop both channels

pcm.dsnoop_onboard {

    type dsnoop

    ipc_key 32

    slave {

        pcm "onboard"

        channels 2

        period_size 320

        rate 48000

        buffer_size 8192

        format S32_LE

    }

    bindings {

        0 0

        1 1

    }

}

### Dsnoop splited channels

pcm.onboard_left {

     type dsnoop

     ipc_key 32

     slave {

         pcm "onboard"

         channels 2

     }

     bindings.0  0

}

 

pcm.onboard_right {

     type dsnoop

     ipc_key 32

     slave {

         pcm "onboard"

         channels 2

     }

     bindings.0  1

}

 

### PLUGS ##

### used with encoders

### device = plug:plug_onboard_left

pcm.plug_onboard_left{

        type route

        slave.pcm "onboard_left"

        slave.channels 1

        ttable.0.0 1

}

pcm.plug_onboard_right{

        type route

        slave.pcm "onboard_right"

        slave.channels 1

        ttable.0.0 1

}

 

pcm.plug_onboard_RECCHAN{

        type route

        slave.pcm "onboard_left"

        slave.channels 1

        ttable.0.0 1

}

[/code]

  • Sign in to reply
  • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube