Skip to content

Mac client example#123

Open
SlavikCA wants to merge 5 commits intoufal:mainfrom
SlavikCA:mac_client_example
Open

Mac client example#123
SlavikCA wants to merge 5 commits intoufal:mainfrom
SlavikCA:mac_client_example

Conversation

@SlavikCA
Copy link
Copy Markdown

No description provided.

@SlavikCA
Copy link
Copy Markdown
Author

Tested it on my MacBook M1 Pro laptop.

I actually recorded the demo with it: https://youtu.be/kP4v07AlTow

On that demo - I speak Russian language and have it all translated to English.

Comment thread README.md Outdated

Live stream raw audio:
```
ffmpeg -hide_banner -f avfoundation -i ":0" -ac 1 -ar 48000 -acodec pcm_s16le -ar 16000 -f s16le -loglevel error - | nc localhost 50000
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

-ar 48000 seems to be redundant, because there is -ar 16000.

And -acodec pcm_s16le and -f s16le seem to be duplicated.

Can you check if these options could be simpler?

Also, can you expand what to do with list of microphones? You probably need to pass the :0 from the list to the other command, right? Make it explicit.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread README.md Outdated

#### Client example on the Mac system:

List microphones:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-> List of sounddevices

not only microphones are there

@Gldkslfmsd
Copy link
Copy Markdown
Member

I actually recorded the demo with it: https://youtu.be/kP4v07AlTow

On that demo - I speak Russian language and have it all translated to English.

Thanks! It's very nice!

Comment thread README.md Outdated
Co-authored-by: jonigl <jonigl@gmail.com>
Comment thread README.md Outdated
Comment thread README.md Outdated
SlavikCA and others added 2 commits November 4, 2024 09:27
Co-authored-by: jonigl <jonigl@gmail.com>
Co-authored-by: jonigl <jonigl@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants