Back

Somen Das

Senior developer | b...ย โ€ขย 1y

### Performance Boost in SoundLink Key Improvement: I significantly boosted SoundLinkโ€™s performance by optimizing audio data handling in the recorder class. Initially, calling `shortarray.toByteArray()` directly for file writing and broadcasting led to zeroes at the broadcast receiver. My workaround involved excessive read/write operations, causing lag. Solution: - Created a variable to store the byte array from `shortarray.toByteArray()`. - Used this variable for both file writing and broadcasting. - Removed the redundant `writeToFile` function. Outcome: - No more lags. - Reduced read/write operations. - Streamlined data processing. Excited for feedback ๐Ÿ˜Š Check out the first update https://medial.app/post/6649a71dc3dca26fbf663a1b

Reply
4

More like this

Recommendations from Medial

Image Description

Atharva Deshmukh

Daily Learnings...ย โ€ขย 7m

I am finally writing these after 2 busy days, today its about KPIs Key Performance Indicators, or KPIs, are the standard tools for measuring performance, evaluating success, and tracking progress toward goals. KPIs are important in PM because they

See More
1 Reply
8

Sanskar

Keen Learner and Exp...ย โ€ขย 1m

Day 11 of learning python as a beginner. Topic: creating journal entry program using file I/O. I got a little sidleline from my original plan of editing my to-do list program and created an entirely new program this time for writing a daily journal

See More
Reply
1
10

Sanskar

Keen Learner and Exp...ย โ€ขย 26d

Day 19 of learning python as a beginner. Topic: JSON file (exploring surface). JSON stands for JavaScript Object Notation however it is not limited to JavaScript only. JSON is used to store and share structured data which is both readable by human

See More
Reply
2

KRISHNASINGH THAKUR

Building Commerce Ed...ย โ€ขย 8m

๐Ÿš€ Internship Opportunities at Pathbreakers ๐ŸŒŸ Weโ€™re a fast-growing ed-tech startup focused on revolutionizing career counseling for commerce students. Join us for a 3-month internship in the following roles: Available Roles: 1. Business Developme

See More
Reply
1
1

Akshat Mazumdar

Passionate about cod...ย โ€ขย 1m

I'm currently working on JanX Editor, an AI-powered code editor designed to help developers go from idea โžœ project more intuitively. ๐ŸŽฏ Whatโ€™s the goal? I want JanX to be more than just an editor. My vision is to create a smart dev tool where you ca

See More
Reply
1

Sanskar

Keen Learner and Exp...ย โ€ขย 27d

Day 17 of learning python as a beginner. Topic: lambda functions + email filter Lambda functions are a single line anonymous function without using the usual def key word. All function: checks whether all the key words (spam_keywords) are present

See More
Reply
2
Image Description

Comet

#freelancerย โ€ขย 4m

Here's a ChatGPT-4o mega-prompt to develop a custom app with expert-level code: - Applet Name: [APPLET NAME] - What I Want My App To Do: [DESCRIBE HERE] You are an expert full-stack web developer specializing in JavaScript and CSS/HTML applet devel

See More
1 Reply
9
34

Sanskar

Keen Learner and Exp...ย โ€ขย 20d

Day 25 of learning python as a beginner. Topic: database handling. I used to write simple programs which just showed some text in the console when I started learning python. I didn't used to store that data somewhere because I didn't know how to.

See More
Reply

Download the medial app to read full posts, comements and news.