Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9097959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T00:14:52+00:00 2026-06-17T00:14:52+00:00

I am trying to stream microphone input from my Symbian device (Nokia N8) to

  • 0

I am trying to stream microphone input from my Symbian device (Nokia N8) to a PureData application running on my Windows PC. Both are connected via WiFi.

The connection is successful, but reading the incoming data fails. When I use TCP, the connection drops immediately with the little helpful

netreceive~: recv data: Unknown error (10014).

With UDP, I get lots of

netreceive~: recv data: Message too long (10040).

I have set the sample rate in PD to match the one coming from the phone, but PD keeps telling me that the audio format is unknown. Maybe it has to do with the sample size, or byte order?

P.S.: I am using Olaf Matthes’ netreceive~ object on the PD side, and the Qt code looks like this:

audio_out_socket = new QTcpSocket(this);
audio_out_socket->connectToHost(pdclient_addr, 8030);
QAudioDeviceInfo info = QAudioDeviceInfo::defaultInputDevice();
QAudioFormat format = info.preferredFormat();
audio_in = new QAudioInput(info, format, this);
audio_in->start(audio_out_socket);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T00:14:53+00:00Added an answer on June 17, 2026 at 12:14 am

    [netreceive~] expects a “header” that holds information about the data before the actual data arrives.

    from netsend~.h:

    typedef struct _tag {      /* size (bytes) */
         char version;         /*    1         */
         char format;          /*    1         */
         long count;           /*    4         */
         char channels;        /*    1         */
         long framesize;       /*    4         */
         char extension[5];    /*    5         */
    } t_tag;                   /*--------------*/
                               /*   16         */
    

    extension seems to be currently unused, but you have to fill out the rest, according to the data you are sending (check this header-file for more info)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to stream a live video from a capture device via WCF. I
I'm trying to stream sound from my soundcard using sox's default audio device and
I am trying to stream a video file using gstreamer from one device to
I'm trying to stream rtsp video via tcp using mplayer in windows minGW shell
Hi I am trying to stream video from static html5 pages serve by Windows
I'm trying to stream video to a server from another machine using Java and
I am trying to stream audio to my flash application. I got it working
I am trying to stream/pipe a file to the user's browser through HTTP from
Background - I'm trying to stream an existing webpage to a separate web application,
Background - I'm trying to stream an existing webpage to a separate web application,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.